@Extension(optional=true)
public static class ReleaseJobAction.Factory
extends jenkins.model.TransientActionFactory<org.jenkinsci.plugins.workflow.job.WorkflowRun>
Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
Class<? extends hudson.model.Action> |
actionType() |
Collection<? extends hudson.model.Action> |
createFor(org.jenkinsci.plugins.workflow.job.WorkflowRun target)
The action is only added to builds which have the EnforceScheduleJobProperty
job property.
|
Class<org.jenkinsci.plugins.workflow.job.WorkflowRun> |
type() |
public Class<org.jenkinsci.plugins.workflow.job.WorkflowRun> type()
type
in class jenkins.model.TransientActionFactory<org.jenkinsci.plugins.workflow.job.WorkflowRun>
public Class<? extends hudson.model.Action> actionType()
actionType
in class jenkins.model.TransientActionFactory<org.jenkinsci.plugins.workflow.job.WorkflowRun>
public Collection<? extends hudson.model.Action> createFor(org.jenkinsci.plugins.workflow.job.WorkflowRun target)
createFor
in class jenkins.model.TransientActionFactory<org.jenkinsci.plugins.workflow.job.WorkflowRun>
Copyright © 2016–2020. All rights reserved.