Class StageNodeExt
java.lang.Object
com.cloudbees.workflow.rest.external.FlowNodeExt
com.cloudbees.workflow.rest.external.StageNodeExt
- Direct Known Subclasses:
StageNodeExt.ChildHidingWrapper
- Author:
- tom.fennelly@gmail.com
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class
Hides child nodes, so we store a complete image but only return the minimal amount of dataNested classes/interfaces inherited from class com.cloudbees.workflow.rest.external.FlowNodeExt
FlowNodeExt.FlowNodeLinks
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
calculateTimings
(org.jenkinsci.plugins.workflow.graph.FlowNode node) Return full list of child node IDsstatic boolean
isStageNode
(org.jenkinsci.plugins.workflow.graph.FlowNode node) void
setStageFlowNodes
(List<AtomFlowNodeExt> stageFlowNodes) Methods inherited from class com.cloudbees.workflow.rest.external.FlowNodeExt
addBasicNodeData, addBasicNodeData, create, create, get_links, getDurationMillis, getError, getExecNode, getId, getName, getParameterDescription, getPauseDurationMillis, getStartTimeMillis, getStatus, set_links, setDurationMillis, setError, setExecNode, setId, setName, setParameterDescription, setPauseDurationMillis, setStartTimeMillis, setStatus, toString
-
Constructor Details
-
StageNodeExt
public StageNodeExt()
-
-
Method Details
-
getStageFlowNodes
-
setStageFlowNodes
-
isStageNode
public static boolean isStageNode(org.jenkinsci.plugins.workflow.graph.FlowNode node) -
getAllChildNodeIds
Return full list of child node IDs -
myWrapper
-
calculateTimings
protected void calculateTimings(org.jenkinsci.plugins.workflow.graph.FlowNode node) - Overrides:
calculateTimings
in classFlowNodeExt
-