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.CacheNested 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:
getUrlNamein interfaceAction
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-