Package com.cloudbees.workflow.rest
Class AbstractAPIActionHandler<T>
java.lang.Object
jenkins.model.TransientActionFactory<T>
com.cloudbees.workflow.rest.AbstractAPIActionHandler<T>
- All Implemented Interfaces:
ExtensionPoint
,Action
,ModelObject
- Direct Known Subclasses:
AbstractFlowNodeActionHandler
,AbstractWorkflowJobActionHandler
,AbstractWorkflowRunActionHandler
public abstract class AbstractAPIActionHandler<T>
extends TransientActionFactory<T>
implements Action
- 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class jenkins.model.TransientActionFactory
actionType, createFor, factoriesFor, type
-
Field Details
-
URL_BASE
- See Also:
-
target
-
-
Constructor Details
-
AbstractAPIActionHandler
public AbstractAPIActionHandler()
-
-
Method Details
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-