Uses of Class
com.cloudbees.workflow.rest.external.AtomFlowNodeExt
-
Packages that use AtomFlowNodeExt Package Description com.cloudbees.workflow.rest.external The "external" object model for the API. -
-
Uses of AtomFlowNodeExt in com.cloudbees.workflow.rest.external
Methods in com.cloudbees.workflow.rest.external that return AtomFlowNodeExt Modifier and Type Method Description static AtomFlowNodeExt
AtomFlowNodeExt. create(org.jenkinsci.plugins.workflow.graph.FlowNode node)
static AtomFlowNodeExt
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 onestatic AtomFlowNodeExt
ChunkVisitor. makeAtomNode(org.jenkinsci.plugins.workflow.job.WorkflowRun run, org.jenkinsci.plugins.workflow.graph.FlowNode beforeNode, org.jenkinsci.plugins.workflow.graph.FlowNode node, org.jenkinsci.plugins.workflow.graph.FlowNode next)
Methods in com.cloudbees.workflow.rest.external that return types with arguments of type AtomFlowNodeExt Modifier and Type Method Description List<AtomFlowNodeExt>
StageNodeExt.ChildHidingWrapper. getStageFlowNodes()
List<AtomFlowNodeExt>
StageNodeExt. getStageFlowNodes()
Method parameters in com.cloudbees.workflow.rest.external with type arguments of type AtomFlowNodeExt Modifier and Type Method Description void
StageNodeExt. setStageFlowNodes(List<AtomFlowNodeExt> stageFlowNodes)
-