Class AtomFlowNodeExt
java.lang.Object
com.cloudbees.workflow.rest.external.FlowNodeExt
com.cloudbees.workflow.rest.external.AtomFlowNodeExt
- Author:
- tom.fennelly@gmail.com
-
Nested Class Summary
Nested classes/interfaces inherited from class com.cloudbees.workflow.rest.external.FlowNodeExt
FlowNodeExt.FlowNodeLinks -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AtomFlowNodeExtcreate(org.jenkinsci.plugins.workflow.graph.FlowNode node) static AtomFlowNodeExtcreate(org.jenkinsci.plugins.workflow.graph.FlowNode node, String execNodeName, ExecDuration duration, long startTimeMillis, StatusExt status, org.jenkinsci.plugins.workflow.actions.ErrorAction error) Create an AtomFlowNode from this onevoidsetParentNodes(List<String> parentNodes) Methods inherited from class com.cloudbees.workflow.rest.external.FlowNodeExt
addBasicNodeData, addBasicNodeData, calculateTimings, 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
-
AtomFlowNodeExt
public AtomFlowNodeExt()
-
-
Method Details
-
getParentNodes
-
setParentNodes
-
create
-
create
public static AtomFlowNodeExt create(org.jenkinsci.plugins.workflow.graph.FlowNode node, String execNodeName, ExecDuration duration, long startTimeMillis, StatusExt status, @CheckForNull org.jenkinsci.plugins.workflow.actions.ErrorAction error) Create an AtomFlowNode from this one
-