Uses of Enum Class
io.jenkins.plugins.pipelinegraphview.utils.PipelineState
Packages that use PipelineState
-
Uses of PipelineState in io.jenkins.plugins.pipelinegraphview.utils
Methods in io.jenkins.plugins.pipelinegraphview.utils that return PipelineStateModifier and TypeMethodDescriptionstatic PipelineStatestatic PipelineStatePipelineState.of(NodeRunStatus status) static PipelineStatePipelineState.of(org.jenkinsci.plugins.workflow.job.WorkflowRun run) static PipelineStateReturns the enum constant of this class with the specified name.static PipelineState[]PipelineState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.jenkins.plugins.pipelinegraphview.utils with parameters of type PipelineStateModifierConstructorDescriptionprotectedAbstractPipelineNode(String id, String name, PipelineState state, String type, String title, long pauseDurationMillis, Long totalDurationMillis, long startTimeMillis, String causeOfBlockage) Read-back constructor for the cached wire JSON.AbstractPipelineNode(String id, String name, PipelineState state, String type, String title, TimingInfo timingInfo, String causeOfBlockage) PipelineStage(String id, String name, List<PipelineStage> children, PipelineState state, String type, String title, String seqContainerName, PipelineStage nextSibling, boolean sequential, boolean synthetic, boolean placeholder, TimingInfo timingInfo, String agent, String runUrl, String causeOfBlockage) PipelineStep(String id, String name, PipelineState state, String type, String title, String stageId, PipelineInputStep inputStep, TimingInfo timingInfo, Map<String, Object> flags)