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 StatusExtStatusExt.fromGenericStatus(org.jenkinsci.plugins.workflow.pipelinegraphanalysis.GenericStatus st) FlowNodeLogExt.getNodeStatus()FlowNodeExt.getStatus()RunExt.ChildHidingWrapper.getStatus()RunExt.getStatus()StageNodeExt.ChildHidingWrapper.getStatus()static StatusExtReturns the enum constant of this class with the specified name.static StatusExtReturns the enum constant of this class with the specified name.static StatusExtReturns the enum constant of this class with the specified name.static StatusExtStatusExt.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 TypeMethodDescriptionvoidFlowNodeExt.addBasicNodeData(org.jenkinsci.plugins.workflow.graph.FlowNode node, String execNodeName, ExecDuration duration, long startTimeMillis, StatusExt status, org.jenkinsci.plugins.workflow.actions.ErrorAction error) static AtomFlowNodeExtAtomFlowNodeExt.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 FlowNodeExtFlowNodeExt.create(org.jenkinsci.plugins.workflow.graph.FlowNode node, String execNodeName, ExecDuration duration, long startTimeMillis, StatusExt status, org.jenkinsci.plugins.workflow.actions.ErrorAction error) voidFlowNodeLogExt.setNodeStatus(StatusExt nodeStatus) voidvoid