Uses of Class
com.cloudbees.workflow.rest.external.StatusExt
-
Packages that use StatusExt Package Description com.cloudbees.workflow.flownode com.cloudbees.workflow.rest.external The "external" object model for the API. -
-
Uses of StatusExt in com.cloudbees.workflow.flownode
Methods in com.cloudbees.workflow.flownode that return StatusExt Modifier and Type Method Description static StatusExt
FlowNodeUtil. getStatus(org.jenkinsci.plugins.workflow.graph.FlowNode node)
-
Uses of StatusExt in com.cloudbees.workflow.rest.external
Methods in com.cloudbees.workflow.rest.external that return StatusExt Modifier and Type Method Description static StatusExt
StatusExt. fromGenericStatus(org.jenkinsci.plugins.workflow.pipelinegraphanalysis.GenericStatus st)
StatusExt
FlowNodeLogExt. getNodeStatus()
StatusExt
FlowNodeExt. getStatus()
StatusExt
RunExt.ChildHidingWrapper. getStatus()
StatusExt
RunExt. getStatus()
StatusExt
StageNodeExt.ChildHidingWrapper. getStatus()
static StatusExt
StatusExt. valueOf(Result r)
Returns the enum constant of this type with the specified name.static StatusExt
StatusExt. valueOf(String name)
Returns the enum constant of this type with the specified name.static StatusExt
StatusExt. valueOf(Throwable t)
Returns the enum constant of this type with the specified name.static StatusExt
StatusExt. valueOf(org.jenkinsci.plugins.workflow.actions.ErrorAction errorAction)
Returns the enum constant of this type with the specified name.static StatusExt[]
StatusExt. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.cloudbees.workflow.rest.external with parameters of type StatusExt Modifier and Type Method Description void
FlowNodeExt. addBasicNodeData(org.jenkinsci.plugins.workflow.graph.FlowNode node, String execNodeName, ExecDuration duration, long startTimeMillis, StatusExt status, org.jenkinsci.plugins.workflow.actions.ErrorAction error)
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 FlowNodeExt
FlowNodeExt. create(org.jenkinsci.plugins.workflow.graph.FlowNode node, String execNodeName, ExecDuration duration, long startTimeMillis, StatusExt status, org.jenkinsci.plugins.workflow.actions.ErrorAction error)
void
FlowNodeLogExt. setNodeStatus(StatusExt nodeStatus)
void
FlowNodeExt. setStatus(StatusExt status)
void
RunExt. setStatus(StatusExt status)
-