public class DeployNowJobProperty extends JobProperty<AbstractProject<?,?>>
Modifier and Type | Class and Description |
---|---|
static class |
DeployNowJobProperty.DescriptorImpl |
static class |
DeployNowJobProperty.TransientProjectActionFactoryImpl
Needed to ensure the action is available if the job property is not present.
|
BuildStep.PublisherList
ExtensionPoint.LegacyInstancesAreScopedToHudson
owner
BUILDERS, PUBLISHERS
Constructor and Description |
---|
DeployNowJobProperty(boolean oneClickDeploy,
List<? extends DeployHost<?,?>> hosts) |
Modifier and Type | Method and Description |
---|---|
List<? extends DeployHost<?,?>> |
getHosts() |
Collection<? extends Action> |
getJobActions(AbstractProject<?,?> job) |
boolean |
isOneClickDeploy() |
void |
setHosts(List<? extends DeployHost<?,?>> hosts) |
void |
setOneClickDeploy(boolean oneClickDeploy) |
getDescriptor, getJobAction, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, setOwner
@DataBoundConstructor public DeployNowJobProperty(boolean oneClickDeploy, List<? extends DeployHost<?,?>> hosts)
public boolean isOneClickDeploy()
public void setOneClickDeploy(boolean oneClickDeploy)
public List<? extends DeployHost<?,?>> getHosts()
public void setHosts(List<? extends DeployHost<?,?>> hosts)
public Collection<? extends Action> getJobActions(AbstractProject<?,?> job)
getJobActions
in class JobProperty<AbstractProject<?,?>>
Copyright © 2016–2022. All rights reserved.