public class PreBuildCleanup
extends hudson.tasks.BuildWrapper
| Modifier and Type | Class and Description |
|---|---|
static class |
PreBuildCleanup.DescriptorImpl |
| Constructor and Description |
|---|
PreBuildCleanup(List<Pattern> patterns,
boolean deleteDirs,
String cleanupParameter,
String externalDelete) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCleanupParameter() |
boolean |
getDeleteDirs() |
PreBuildCleanup.DescriptorImpl |
getDescriptor() |
String |
getExternalDelete() |
List<Pattern> |
getPatterns() |
void |
preCheckout(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
hudson.tasks.BuildWrapper.Environment |
setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public boolean getDeleteDirs()
public String getCleanupParameter()
public String getExternalDelete()
public PreBuildCleanup.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 IOException,
InterruptedException
setUp in class hudson.tasks.BuildWrapperIOExceptionInterruptedExceptionpublic void preCheckout(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws hudson.AbortException
preCheckout in class hudson.tasks.BuildWrapperhudson.AbortExceptionCopyright © 2004-2013. All Rights Reserved.