public class CopyToSlaveBuildWrapper
extends hudson.tasks.BuildWrapper
| Modifier and Type | Class and Description |
|---|---|
static class |
CopyToSlaveBuildWrapper.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
RELATIVE_TO_HOME |
static java.lang.String |
RELATIVE_TO_SOMEWHERE_ELSE |
static java.lang.String |
RELATIVE_TO_USERCONTENT |
static java.lang.String |
RELATIVE_TO_WORKSPACE |
| Constructor and Description |
|---|
CopyToSlaveBuildWrapper(java.lang.String includes,
java.lang.String excludes,
boolean flatten,
boolean includeAntExcludes,
java.lang.String relativeTo,
boolean hudsonHomeRelative) |
| Modifier and Type | Method and Description |
|---|---|
CopyToSlaveBuildWrapper.DescriptorImpl |
getDescriptor() |
java.lang.String |
getExcludes() |
java.lang.String |
getIncludes() |
java.lang.String |
getRelativeTo() |
boolean |
isFlatten() |
boolean |
isIncludeAntExcludes() |
hudson.tasks.BuildWrapper.Environment |
setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
hudson.tasks.BuildWrapper.Environment |
setUp(hudson.model.Build build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public static final java.lang.String RELATIVE_TO_HOME
public static final java.lang.String RELATIVE_TO_SOMEWHERE_ELSE
public static final java.lang.String RELATIVE_TO_USERCONTENT
public static final java.lang.String RELATIVE_TO_WORKSPACE
@DataBoundConstructor
public CopyToSlaveBuildWrapper(java.lang.String includes,
java.lang.String excludes,
boolean flatten,
boolean includeAntExcludes,
java.lang.String relativeTo,
boolean hudsonHomeRelative)
public CopyToSlaveBuildWrapper.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.BuildWrapper>getDescriptor in class hudson.model.AbstractDescribableImpl<hudson.tasks.BuildWrapper>public hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws java.io.IOException,
java.lang.InterruptedException
setUp in class hudson.tasks.BuildWrapperjava.io.IOExceptionjava.lang.InterruptedExceptionpublic hudson.tasks.BuildWrapper.Environment setUp(hudson.model.Build build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws java.io.IOException,
java.lang.InterruptedException
setUp in class hudson.tasks.BuildWrapperjava.io.IOExceptionjava.lang.InterruptedExceptionpublic java.lang.String getIncludes()
public java.lang.String getExcludes()
public java.lang.String getRelativeTo()
public boolean isIncludeAntExcludes()
public boolean isFlatten()
Copyright © 2004-2015. All Rights Reserved.