public class ArtifactDeployerBuilder extends Builder implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ArtifactDeployerBuilder.DeleteRemoteArtifactFromBuilder |
static class |
ArtifactDeployerBuilder.DescriptorImpl |
ExtensionPoint.LegacyInstancesAreScopedToHudson
BuildStep.PublisherList
BUILDERS, PUBLISHERS
Constructor and Description |
---|
ArtifactDeployerBuilder() |
ArtifactDeployerBuilder(String includes,
String basedir,
String excludes,
String remote,
boolean flatten,
boolean deleteRemote,
boolean deleteRemoteArtifacts,
boolean failNoFilesDeploy) |
Modifier and Type | Method and Description |
---|---|
ArtifactDeployerEntry |
getEntry() |
boolean |
perform(AbstractBuild<?,?> build,
Launcher launcher,
BuildListener listener) |
all, getDescriptor, getRequiredMonitorService, prebuild
getProjectAction, getProjectAction, getProjectActions, perform, prebuild
@DataBoundConstructor public ArtifactDeployerBuilder(String includes, String basedir, String excludes, String remote, boolean flatten, boolean deleteRemote, boolean deleteRemoteArtifacts, boolean failNoFilesDeploy)
public ArtifactDeployerBuilder()
public boolean perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener) throws InterruptedException, IOException
perform
in interface BuildStep
perform
in class BuildStepCompatibilityLayer
InterruptedException
IOException
public ArtifactDeployerEntry getEntry()
Copyright © 2016–2022. All rights reserved.