Uses of Class
com.cloudbees.workflow.rest.external.ExecDuration
-
Packages that use ExecDuration Package Description com.cloudbees.workflow.rest.external The "external" object model for the API. -
-
Uses of ExecDuration in com.cloudbees.workflow.rest.external
Methods in com.cloudbees.workflow.rest.external with parameters of type ExecDuration 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)
-