Class PipelineStage

    • Constructor Detail

      • PipelineStage

        public PipelineStage​(String id,
                             String name,
                             List<PipelineStage> children,
                             String state,
                             int completePercent,
                             String type,
                             String title,
                             String seqContainerName,
                             PipelineStage nextSibling,
                             boolean sequential,
                             boolean synthetic,
                             org.jenkinsci.plugins.workflow.pipelinegraphanalysis.TimingInfo timingInfo)
    • Method Detail

      • getIsSequential

        public boolean getIsSequential()
      • getSeqContainerName

        public String getSeqContainerName()
      • isSynthetic

        public boolean isSynthetic()