public class RetrieveArtifactsBuildStep extends Builder implements SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
RetrieveArtifactsBuildStep.DescriptorImpl |
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactoryBuildStep.PublisherListExtensionPoint.LegacyInstancesAreScopedToHudsonBUILDERS, PUBLISHERS| Constructor and Description |
|---|
RetrieveArtifactsBuildStep(List<Name> names,
String stage,
String variableName) |
| Modifier and Type | Method and Description |
|---|---|
List<Name> |
getNames() |
String |
getStage() |
String |
getVariableName() |
void |
perform(Run<?,?> run,
FilePath filePath,
Launcher launcher,
TaskListener taskListener) |
void |
setNames(List<Name> names) |
void |
setStage(String stage) |
void |
setVariableName(String variableName) |
all, getDescriptor, getRequiredMonitorService, prebuildgetProjectAction, getProjectAction, getProjectActions, perform, perform, prebuildclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitperform, perform, requiresWorkspacegetProjectAction, getProjectActions, getRequiredMonitorService, perform, prebuildpublic String getStage()
@DataBoundSetter public void setStage(String stage)
public String getVariableName()
@DataBoundSetter public void setVariableName(String variableName)
public void perform(@Nonnull Run<?,?> run, @Nonnull FilePath filePath, @Nonnull Launcher launcher, @Nonnull TaskListener taskListener) throws InterruptedException, IOException
perform in interface SimpleBuildStepInterruptedExceptionIOExceptionCopyright © 2016–2022. All rights reserved.