Class AbstractFlowNodeActionHandler

java.lang.Object
jenkins.model.TransientActionFactory<T>
com.cloudbees.workflow.rest.AbstractAPIActionHandler<org.jenkinsci.plugins.workflow.graph.FlowNode>
com.cloudbees.workflow.rest.AbstractFlowNodeActionHandler
All Implemented Interfaces:
ExtensionPoint, Action, ModelObject
Direct Known Subclasses:
FlowNodeAPI

public abstract class AbstractFlowNodeActionHandler extends AbstractAPIActionHandler<org.jenkinsci.plugins.workflow.graph.FlowNode>
Author:
tom.fennelly@gmail.com
  • Constructor Details

    • AbstractFlowNodeActionHandler

      public AbstractFlowNodeActionHandler()
  • Method Details

    • type

      public Class<org.jenkinsci.plugins.workflow.graph.FlowNode> type()
      Specified by:
      type in class TransientActionFactory<org.jenkinsci.plugins.workflow.graph.FlowNode>
    • getNode

      protected org.jenkinsci.plugins.workflow.graph.FlowNode getNode()
    • createFor

      @NonNull public Collection<? extends Action> createFor(@NonNull org.jenkinsci.plugins.workflow.graph.FlowNode target)
      Specified by:
      createFor in class TransientActionFactory<org.jenkinsci.plugins.workflow.graph.FlowNode>