Package com.cloudbees.workflow.rest
Class AbstractWorkflowRunActionHandler
- java.lang.Object
-
- jenkins.model.TransientActionFactory<T>
-
- com.cloudbees.workflow.rest.AbstractAPIActionHandler<org.jenkinsci.plugins.workflow.job.WorkflowRun>
-
- com.cloudbees.workflow.rest.AbstractWorkflowRunActionHandler
-
- All Implemented Interfaces:
ExtensionPoint
,Action
,ModelObject
- Direct Known Subclasses:
RunAPI
public abstract class AbstractWorkflowRunActionHandler extends AbstractAPIActionHandler<org.jenkinsci.plugins.workflow.job.WorkflowRun>
- 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 AbstractWorkflowRunActionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<? extends Action>
createFor(org.jenkinsci.plugins.workflow.job.WorkflowRun target)
protected org.jenkinsci.plugins.workflow.job.WorkflowRun
getRun()
Class<org.jenkinsci.plugins.workflow.job.WorkflowRun>
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.WorkflowRun> type()
- Specified by:
type
in classTransientActionFactory<org.jenkinsci.plugins.workflow.job.WorkflowRun>
-
getRun
protected org.jenkinsci.plugins.workflow.job.WorkflowRun getRun()
-
createFor
@NonNull public Collection<? extends Action> createFor(@NonNull org.jenkinsci.plugins.workflow.job.WorkflowRun target)
- Specified by:
createFor
in classTransientActionFactory<org.jenkinsci.plugins.workflow.job.WorkflowRun>
-
-