public class ArtifactDeployerPublisher extends hudson.tasks.Recorder implements hudson.matrix.MatrixAggregatable, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ArtifactDeployerPublisher.ArtifactDeployerDescriptor |
static class |
ArtifactDeployerPublisher.DeleteRemoteArtifact |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
ArtifactDeployerPublisher(List<ArtifactDeployerEntry> deployedArtifact,
boolean deployEvenBuildFail) |
| Modifier and Type | Method and Description |
|---|---|
hudson.matrix.MatrixAggregator |
createAggregator(hudson.matrix.MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
List<ArtifactDeployerEntry> |
getEntries() |
Collection<? extends hudson.model.Action> |
getProjectActions(hudson.model.AbstractProject<?,?> project) |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
isDeployEvenBuildFail() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
Object |
readResolve() |
void |
setDeployEvenBuildFail(boolean deployEvenBuildFail) |
void |
setEntries(List<ArtifactDeployerEntry> entries) |
all, getProjectAction, needsToRunAfterFinalized, prebuild@DataBoundConstructor public ArtifactDeployerPublisher(List<ArtifactDeployerEntry> deployedArtifact, boolean deployEvenBuildFail)
public Object readResolve()
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface hudson.tasks.BuildSteppublic Collection<? extends hudson.model.Action> getProjectActions(hudson.model.AbstractProject<?,?> project)
getProjectActions in interface hudson.tasks.BuildStepgetProjectActions in class hudson.tasks.BuildStepCompatibilityLayerpublic hudson.matrix.MatrixAggregator createAggregator(hudson.matrix.MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
createAggregator in interface hudson.matrix.MatrixAggregatablepublic 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 List<ArtifactDeployerEntry> getEntries()
public void setEntries(List<ArtifactDeployerEntry> entries)
public boolean isDeployEvenBuildFail()
public void setDeployEvenBuildFail(boolean deployEvenBuildFail)
Copyright © 2016–2017. All rights reserved.