Uses of Class
in.ashwanthkumar.gocd.client.types.PipelineRunStatus
-
Packages that use PipelineRunStatus Package Description in.ashwanthkumar.gocd.client in.ashwanthkumar.gocd.client.types -
-
Uses of PipelineRunStatus in in.ashwanthkumar.gocd.client
Methods in in.ashwanthkumar.gocd.client that return types with arguments of type PipelineRunStatus Modifier and Type Method Description Map<Integer,PipelineRunStatus>GoCD. pipelineRunStatus(String pipeline)Map<Integer,PipelineRunStatus>GoCD. pipelineRunStatus(String pipelineName, int offset) -
Uses of PipelineRunStatus in in.ashwanthkumar.gocd.client.types
Methods in in.ashwanthkumar.gocd.client.types that return PipelineRunStatus Modifier and Type Method Description static PipelineRunStatusPipelineRunStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PipelineRunStatus[]PipelineRunStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-