Uses of Enum Class
com.cloudbees.workflow.rest.external.StatusExt
Packages that use StatusExt
Package
Description
The "external" object model for the API.
-
Uses of StatusExt in com.cloudbees.workflow.flownode
Methods in com.cloudbees.workflow.flownode that return StatusExt -
Uses of StatusExt in com.cloudbees.workflow.rest.external
Methods in com.cloudbees.workflow.rest.external that return StatusExtModifier and TypeMethodDescriptionstatic StatusExt
StatusExt.fromGenericStatus
(org.jenkinsci.plugins.workflow.pipelinegraphanalysis.GenericStatus st) FlowNodeLogExt.getNodeStatus()
FlowNodeExt.getStatus()
RunExt.ChildHidingWrapper.getStatus()
RunExt.getStatus()
StageNodeExt.ChildHidingWrapper.getStatus()
static StatusExt
Returns the enum constant of this class with the specified name.static StatusExt
Returns the enum constant of this class with the specified name.static StatusExt
Returns the enum constant of this class with the specified name.static StatusExt
StatusExt.valueOf
(org.jenkinsci.plugins.workflow.actions.ErrorAction errorAction) Returns the enum constant of this class with the specified name.static StatusExt[]
StatusExt.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.cloudbees.workflow.rest.external with parameters of type StatusExtModifier and TypeMethodDescriptionvoid
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
void