Uses of Class
in.ashwanthkumar.gocd.client.types.Job
-
Packages that use Job Package Description in.ashwanthkumar.gocd.client.types -
-
Uses of Job in in.ashwanthkumar.gocd.client.types
Methods in in.ashwanthkumar.gocd.client.types that return types with arguments of type Job Modifier and Type Method Description List<Job>Stage. getJobs()Constructor parameters in in.ashwanthkumar.gocd.client.types with type arguments of type Job Constructor Description Stage(int id, String name, int counter, String result, String approvedBy, List<Job> jobs)
-