Uses of Class
com.cloudbees.workflow.rest.external.FlowNodeExt
-
Packages that use FlowNodeExt Package Description com.cloudbees.workflow.rest.endpoints.flownode com.cloudbees.workflow.rest.external The "external" object model for the API. -
-
Uses of FlowNodeExt in com.cloudbees.workflow.rest.endpoints.flownode
Methods in com.cloudbees.workflow.rest.endpoints.flownode that return FlowNodeExt Modifier and Type Method Description static FlowNodeExt
Describe. get(org.jenkinsci.plugins.workflow.graph.FlowNode node)
Fetch API results for a node or stage -
Uses of FlowNodeExt in com.cloudbees.workflow.rest.external
Subclasses of FlowNodeExt in com.cloudbees.workflow.rest.external Modifier and Type Class Description class
AtomFlowNodeExt
class
StageNodeExt
protected static class
StageNodeExt.ChildHidingWrapper
Hides child nodes, so we store a complete image but only return the minimal amount of dataMethods in com.cloudbees.workflow.rest.external that return FlowNodeExt Modifier and Type Method Description static FlowNodeExt
FlowNodeExt. create(org.jenkinsci.plugins.workflow.graph.FlowNode node)
static 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)
-