public class ArtifactDeployerBuilder extends hudson.tasks.Builder implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ArtifactDeployerBuilder.DeleteRemoteArtifactFromBuilder |
static class |
ArtifactDeployerBuilder.DescriptorImpl |
| Constructor and Description |
|---|
ArtifactDeployerBuilder() |
ArtifactDeployerBuilder(String includes,
String basedir,
String excludes,
String remote,
boolean flatten,
boolean deleteRemote,
boolean deleteRemoteArtifacts,
DeleteRemoteArtifactsByScriptModel deleteRemoteArtifactsByScript,
boolean failNoFilesDeploy) |
| Modifier and Type | Method and Description |
|---|---|
ArtifactDeployerEntry |
getEntry() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.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, DeleteRemoteArtifactsByScriptModel deleteRemoteArtifactsByScript, boolean failNoFilesDeploy)
public ArtifactDeployerBuilder()
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic ArtifactDeployerEntry getEntry()
Copyright © 2004-2014. All Rights Reserved.