Class Describe
- java.lang.Object
-
- com.cloudbees.workflow.rest.endpoints.flownode.Describe
-
public class Describe extends Object
FlowNode
"describe" endpoint.- Author:
- tom.fennelly@gmail.com
-
-
Constructor Summary
Constructors Constructor Description Describe()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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)
-
-
-
Method Detail
-
getUrl
public static String getUrl(org.jenkinsci.plugins.workflow.graph.FlowNode node)
-
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
-
-