Class Describe
java.lang.Object
com.cloudbees.workflow.rest.endpoints.flownode.Describe
FlowNode
"describe" endpoint.- Author:
- tom.fennelly@gmail.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FlowNodeExt
get
(org.jenkinsci.plugins.workflow.graph.FlowNode node) Fetch API results for a node or stagestatic String
getUrl
(org.jenkinsci.plugins.workflow.graph.FlowNode node)
-
Constructor Details
-
Describe
public Describe()
-
-
Method Details
-
getUrl
-
get
public static FlowNodeExt get(org.jenkinsci.plugins.workflow.graph.FlowNode node) throws IOException Fetch API results for a node or stage- Parameters:
node
- Node to fetch, or start node for a stage- Returns:
- Node API response object (may be a stage)
- Throws:
IOException
- In probably very rare transitory situations where a WorkflowRun doesn't have a queueExecutable
-