Class AtomFlowNodeExt
- java.lang.Object
-
- com.cloudbees.workflow.rest.external.FlowNodeExt
-
- com.cloudbees.workflow.rest.external.AtomFlowNodeExt
-
public class AtomFlowNodeExt extends FlowNodeExt
- 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 Constructor Description AtomFlowNodeExt()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AtomFlowNodeExt
create(org.jenkinsci.plugins.workflow.graph.FlowNode node)
static AtomFlowNodeExt
create(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 oneList<String>
getParentNodes()
void
setParentNodes(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
-
-
-
-
Method Detail
-
create
public static AtomFlowNodeExt create(org.jenkinsci.plugins.workflow.graph.FlowNode node)
-
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
-
-