public class ArtifactDeployerPublisher extends Recorder implements hudson.matrix.MatrixAggregatable, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ArtifactDeployerPublisher.ArtifactDeployerDescriptor |
static class |
ArtifactDeployerPublisher.DeleteRemoteArtifact |
Publisher.DescriptorExtensionListImplExtensionPoint.LegacyInstancesAreScopedToHudsonBuildStep.PublisherListBUILDERS, PUBLISHERS| Constructor and Description |
|---|
ArtifactDeployerPublisher(List<ArtifactDeployerEntry> deployedArtifact,
boolean deployEvenBuildFail) |
| Modifier and Type | Method and Description |
|---|---|
hudson.matrix.MatrixAggregator |
createAggregator(hudson.matrix.MatrixBuild build,
Launcher launcher,
BuildListener listener) |
List<ArtifactDeployerEntry> |
getEntries() |
Collection<? extends Action> |
getProjectActions(AbstractProject<?,?> project) |
BuildStepMonitor |
getRequiredMonitorService() |
boolean |
isDeployEvenBuildFail() |
boolean |
perform(AbstractBuild<?,?> build,
Launcher launcher,
BuildListener listener) |
Object |
readResolve() |
void |
setDeployEvenBuildFail(boolean deployEvenBuildFail) |
void |
setEntries(List<ArtifactDeployerEntry> entries) |
getDescriptorall, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, perform, prebuild@DataBoundConstructor public ArtifactDeployerPublisher(List<ArtifactDeployerEntry> deployedArtifact, boolean deployEvenBuildFail)
public Object readResolve()
public BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface BuildSteppublic Collection<? extends Action> getProjectActions(AbstractProject<?,?> project)
getProjectActions in interface BuildStepgetProjectActions in class BuildStepCompatibilityLayerpublic hudson.matrix.MatrixAggregator createAggregator(hudson.matrix.MatrixBuild build, Launcher launcher, BuildListener listener)
createAggregator in interface hudson.matrix.MatrixAggregatablepublic boolean perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener) throws InterruptedException, IOException
perform in interface BuildStepperform in class BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic List<ArtifactDeployerEntry> getEntries()
public void setEntries(List<ArtifactDeployerEntry> entries)
public boolean isDeployEvenBuildFail()
public void setDeployEvenBuildFail(boolean deployEvenBuildFail)
Copyright © 2016–2022. All rights reserved.