public class ArtifactDeployerBuilder extends Builder implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ArtifactDeployerBuilder.DeleteRemoteArtifactFromBuilder |
static class |
ArtifactDeployerBuilder.DescriptorImpl |
ExtensionPoint.LegacyInstancesAreScopedToHudsonBuildStep.PublisherListBUILDERS, 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, prebuildgetProjectAction, 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 BuildStepperform in class BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic ArtifactDeployerEntry getEntry()
Copyright © 2016–2022. All rights reserved.