public class DeployPublisher extends Notifier
Modifier and Type | Class and Description |
---|---|
static class |
DeployPublisher.DescriptorImpl
Our descriptor
|
Publisher.DescriptorExtensionListImpl
ExtensionPoint.LegacyInstancesAreScopedToHudson
BuildStep.PublisherList
BUILDERS, 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) |
getDescriptor
all, getProjectAction, needsToRunAfterFinalized, prebuild
getProjectAction, 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 BuildStep
perform
in class BuildStepCompatibilityLayer
InterruptedException
IOException
Copyright © 2016–2022. All rights reserved.