Class AbstractPipelineNode
java.lang.Object
io.jenkins.plugins.pipelinegraphview.utils.AbstractPipelineNode
- Direct Known Subclasses:
PipelineStage,PipelineStep
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractPipelineNode(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) -
Method Summary
Modifier and TypeMethodDescriptionlong
-
Field Details
-
id
-
-
Constructor Details
-
AbstractPipelineNode
public AbstractPipelineNode(String id, String name, PipelineState state, String type, String title, TimingInfo timingInfo, String causeOfBlockage) -
AbstractPipelineNode
protected AbstractPipelineNode(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. The wire shape splitsTimingInfointo three flat millis fields (and omitstotalDurationMilliswhen in-progress); we rebuild aTimingInfoso the rest of the object behaves identically to one produced by the live compute path.
-
-
Method Details
-
getStartTimeMillis
public long getStartTimeMillis() -
getTotalDurationMillis
-
getCauseOfBlockage
-