Package com.cloudbees.workflow.rest
Class AbstractWorkflowJobActionHandler
- java.lang.Object
-
- jenkins.model.TransientActionFactory<T>
-
- com.cloudbees.workflow.rest.AbstractAPIActionHandler<org.jenkinsci.plugins.workflow.job.WorkflowJob>
-
- com.cloudbees.workflow.rest.AbstractWorkflowJobActionHandler
-
- All Implemented Interfaces:
ExtensionPoint
,Action
,ModelObject
- Direct Known Subclasses:
JobAPI
public abstract class AbstractWorkflowJobActionHandler extends AbstractAPIActionHandler<org.jenkinsci.plugins.workflow.job.WorkflowJob>
- Author:
- tom.fennelly@gmail.com
-
-
Nested Class Summary
-
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 Constructor Description AbstractWorkflowJobActionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<? extends Action>
createFor(org.jenkinsci.plugins.workflow.job.WorkflowJob target)
protected org.jenkinsci.plugins.workflow.job.WorkflowJob
getJob()
Class<org.jenkinsci.plugins.workflow.job.WorkflowJob>
type()
-
Methods inherited from class com.cloudbees.workflow.rest.AbstractAPIActionHandler
getDisplayName, getIconFileName, getUrlName
-
Methods inherited from class jenkins.model.TransientActionFactory
actionType, factoriesFor
-
-
-
-
Method Detail
-
type
public Class<org.jenkinsci.plugins.workflow.job.WorkflowJob> type()
- Specified by:
type
in classTransientActionFactory<org.jenkinsci.plugins.workflow.job.WorkflowJob>
-
getJob
protected org.jenkinsci.plugins.workflow.job.WorkflowJob getJob()
-
createFor
@NonNull public Collection<? extends Action> createFor(@NonNull org.jenkinsci.plugins.workflow.job.WorkflowJob target)
- Specified by:
createFor
in classTransientActionFactory<org.jenkinsci.plugins.workflow.job.WorkflowJob>
-
-