Uses of Class
com.cloudbees.workflow.rest.external.FlowNodeExt
Packages that use FlowNodeExt
Package
Description
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 FlowNodeExtModifier and TypeMethodDescriptionstatic 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.externalModifier and TypeClassDescriptionclass
class
protected static class
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 FlowNodeExtModifier and TypeMethodDescriptionstatic 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)