Uses of Class
in.ashwanthkumar.gocd.client.types.PipelineDependency
-
Packages that use PipelineDependency Package Description in.ashwanthkumar.gocd.client in.ashwanthkumar.gocd.client.types -
-
Uses of PipelineDependency in in.ashwanthkumar.gocd.client
Methods in in.ashwanthkumar.gocd.client that return types with arguments of type PipelineDependency Modifier and Type Method Description List<PipelineDependency>GoCD. upstreamDependencies(String pipeline, int version) -
Uses of PipelineDependency in in.ashwanthkumar.gocd.client.types
Methods in in.ashwanthkumar.gocd.client.types that return PipelineDependency Modifier and Type Method Description PipelineDependencyPipelineDependency. setPipelineName(String pipelineName)PipelineDependencyPipelineDependency. setVersion(Integer version)
-