Class AbstractWorkflowRunActionHandler

    • Constructor Detail

      • AbstractWorkflowRunActionHandler

        public AbstractWorkflowRunActionHandler()
    • Method Detail

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