Class FlowNodeAPI

java.lang.Object
jenkins.model.TransientActionFactory<org.jenkinsci.plugins.workflow.graph.FlowNode>
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 return FlowNode information.

Bound to ${{rootURL}/job/<jobname>/<runId>/execution/node/<nodeId>/wfapi}

Author:
tom.fennelly@gmail.com
  • Constructor Details

    • FlowNodeAPI

      public FlowNodeAPI()
  • Method Details