public class DeployBuilder extends Builder
Modifier and Type | Class and Description |
---|---|
static class |
DeployBuilder.DescriptorImpl
Our descriptor
|
ExtensionPoint.LegacyInstancesAreScopedToHudson
BuildStep.PublisherList
BUILDERS, PUBLISHERS
Constructor and Description |
---|
DeployBuilder(List<? extends DeployHost<?,?>> hosts) |
Modifier and Type | Method and Description |
---|---|
List<? extends DeployHost<?,?>> |
getHosts() |
BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(AbstractBuild<?,?> build,
Launcher launcher,
BuildListener listener) |
all, getDescriptor, prebuild
getProjectAction, getProjectAction, getProjectActions, perform, prebuild
@DataBoundConstructor public DeployBuilder(List<? extends DeployHost<?,?>> hosts)
public List<? extends DeployHost<?,?>> getHosts()
public BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService
in interface BuildStep
getRequiredMonitorService
in class Builder
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.