Class FlowNodeAPI
- java.lang.Object
-
- jenkins.model.TransientActionFactory<T>
-
- com.cloudbees.workflow.rest.AbstractAPIActionHandler<org.jenkinsci.plugins.workflow.graph.FlowNode>
-
- com.cloudbees.workflow.rest.AbstractFlowNodeActionHandler
-
- com.cloudbees.workflow.rest.endpoints.FlowNodeAPI
-
- All Implemented Interfaces:
ExtensionPoint
,Action
,ModelObject
@Extension public class FlowNodeAPI extends AbstractFlowNodeActionHandler
API Action handler to returnFlowNode
information.Bound to
${{rootURL}/job/<jobname>/<runId>/execution/node/<nodeId>/wfapi}
- Author:
- tom.fennelly@gmail.com
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
-
Fields inherited from class com.cloudbees.workflow.rest.AbstractAPIActionHandler
target, URL_BASE
-
-
Constructor Summary
Constructors Constructor Description FlowNodeAPI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
doDescribe()
Object
doIndex()
Object
doLog()
static String
getUrl(org.jenkinsci.plugins.workflow.graph.FlowNode node)
-
Methods inherited from class com.cloudbees.workflow.rest.AbstractFlowNodeActionHandler
createFor, getNode, type
-
Methods inherited from class com.cloudbees.workflow.rest.AbstractAPIActionHandler
getDisplayName, getIconFileName, getUrlName
-
Methods inherited from class jenkins.model.TransientActionFactory
actionType, factoriesFor
-
-
-
-
Method Detail
-
getUrl
public static String getUrl(org.jenkinsci.plugins.workflow.graph.FlowNode node)
-
doIndex
public Object doIndex() throws IOException
- Throws:
IOException
-
doDescribe
public Object doDescribe() throws IOException
- Throws:
IOException
-
doLog
public Object doLog()
-
-