Package com.cloudbees.workflow.rest
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
-
Nested Class Summary
Nested classes/interfaces inherited from class jenkins.model.TransientActionFactory
TransientActionFactory.Cache
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 -
Method Summary
Methods inherited from class com.cloudbees.workflow.rest.AbstractAPIActionHandler
getDisplayName, getIconFileName, getUrlName
Methods inherited from class jenkins.model.TransientActionFactory
actionType, factoriesFor
-
Constructor Details
-
AbstractFlowNodeActionHandler
public AbstractFlowNodeActionHandler()
-
-
Method Details
-
type
- Specified by:
type
in classTransientActionFactory<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 classTransientActionFactory<org.jenkinsci.plugins.workflow.graph.FlowNode>
-