public class CopyArtifact
extends hudson.tasks.Builder
| Modifier and Type | Class and Description |
|---|---|
static class |
CopyArtifact.ConverterImpl |
static class |
CopyArtifact.CopyArtifactRunListener |
static class |
CopyArtifact.DescriptorImpl |
static class |
CopyArtifact.ListenerImpl |
| Constructor and Description |
|---|
CopyArtifact(String projectName,
BuildSelector selector,
String filter,
String target,
boolean flatten,
boolean optional) |
| Modifier and Type | Method and Description |
|---|---|
BuildSelector |
getBuildSelector() |
List<hudson.matrix.MatrixRun> |
getExactRuns(hudson.matrix.MatrixBuild mb) |
String |
getFilter() |
String |
getProjectName() |
String |
getTarget() |
boolean |
isFlatten() |
boolean |
isOptional() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getDescriptor, getRequiredMonitorService, prebuildgetProjectAction, getProjectAction, getProjectActions, perform, prebuild@DataBoundConstructor public CopyArtifact(String projectName, BuildSelector selector, String filter, String target, boolean flatten, boolean optional)
public String getProjectName()
public BuildSelector getBuildSelector()
public String getFilter()
public String getTarget()
public boolean isFlatten()
public boolean isOptional()
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionpublic List<hudson.matrix.MatrixRun> getExactRuns(hudson.matrix.MatrixBuild mb)
Copyright © 2004-2014 Hudson. All Rights Reserved.