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 interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description AbstractAPIActionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
String
getIconFileName()
String
getUrlName()
-
Methods inherited from class jenkins.model.TransientActionFactory
actionType, createFor, factoriesFor, type
-
-
-
-
Field Detail
-
URL_BASE
public static final String URL_BASE
- See Also:
- Constant Field Values
-
target
public T target
-
-
Method Detail
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
-