Uses of Class
in.ashwanthkumar.gocd.client.types.Pipeline
-
Packages that use Pipeline Package Description in.ashwanthkumar.gocd.client in.ashwanthkumar.gocd.client.types -
-
Uses of Pipeline in in.ashwanthkumar.gocd.client
Methods in in.ashwanthkumar.gocd.client that return Pipeline Modifier and Type Method Description PipelineGoCD. pipelineInstance(String pipeline, int pipelineCounter) -
Uses of Pipeline in in.ashwanthkumar.gocd.client.types
Methods in in.ashwanthkumar.gocd.client.types that return types with arguments of type Pipeline Modifier and Type Method Description List<Pipeline>History. getPipelines()Constructor parameters in in.ashwanthkumar.gocd.client.types with type arguments of type Pipeline Constructor Description History(List<Pipeline> pipelines, Pagination pagination)
-