Uses of Class
io.jenkins.plugins.pipelinegraphview.utils.PipelineStage
Packages that use PipelineStage
-
Uses of PipelineStage in io.jenkins.plugins.pipelinegraphview.utils
Constructors in io.jenkins.plugins.pipelinegraphview.utils with parameters of type PipelineStageModifierConstructorDescriptionPipelineStage(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) Constructor parameters in io.jenkins.plugins.pipelinegraphview.utils with type arguments of type PipelineStageModifierConstructorDescriptionPipelineGraph(List<PipelineStage> stages, boolean complete) 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)