Class AtomFlowNodeExt
java.lang.Object
com.cloudbees.workflow.rest.external.FlowNodeExt
com.cloudbees.workflow.rest.external.AtomFlowNodeExt
- Author:
- tom.fennelly@gmail.com
- 
Nested Class SummaryNested classes/interfaces inherited from class com.cloudbees.workflow.rest.external.FlowNodeExtFlowNodeExt.FlowNodeLinks
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.FlowNodeExtaddBasicNodeData, 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- 
AtomFlowNodeExtpublic AtomFlowNodeExt()
 
- 
- 
Method Details- 
getParentNodes
- 
setParentNodes
- 
create
- 
createpublic 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
 
-