public class DeployPublisher extends Notifier
| Modifier and Type | Class and Description |
|---|---|
static class |
DeployPublisher.DescriptorImpl
Our descriptor
|
Publisher.DescriptorExtensionListImplExtensionPoint.LegacyInstancesAreScopedToHudsonBuildStep.PublisherListBUILDERS, PUBLISHERS| Constructor and Description |
|---|
DeployPublisher(List<? extends DeployHost<?,?>> hosts,
boolean deployIfUnstable) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends DeployHost<?,?>> |
getHosts() |
BuildStepMonitor |
getRequiredMonitorService() |
boolean |
isDeployIfUnstable() |
boolean |
perform(AbstractBuild<?,?> build,
Launcher launcher,
BuildListener listener) |
getDescriptorall, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, prebuild@DataBoundConstructor public DeployPublisher(List<? extends DeployHost<?,?>> hosts, boolean deployIfUnstable)
public boolean isDeployIfUnstable()
public List<? extends DeployHost<?,?>> getHosts()
public BuildStepMonitor getRequiredMonitorService()
public boolean perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener) throws InterruptedException, IOException
perform in interface BuildStepperform in class BuildStepCompatibilityLayerInterruptedExceptionIOExceptionCopyright © 2016–2022. All rights reserved.