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
  • Constructor Details

    • AbstractWorkflowRunActionHandler

      public AbstractWorkflowRunActionHandler()
  • Method Details

    • type

      public Class<org.jenkinsci.plugins.workflow.job.WorkflowRun> type()
      Specified by:
      type in class TransientActionFactory<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 class TransientActionFactory<org.jenkinsci.plugins.workflow.job.WorkflowRun>