public class PrePostClean
extends hudson.tasks.BuildWrapper
| Modifier and Type | Class and Description |
|---|---|
static class |
PrePostClean.DescriptorImpl |
| Constructor and Description |
|---|
PrePostClean() |
PrePostClean(boolean before) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isBefore()
If set, we clean at the start of the build instead of at the end of the
build.
|
void |
setBefore(boolean before) |
hudson.tasks.BuildWrapper.Environment |
setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public PrePostClean()
@DataBoundConstructor public PrePostClean(boolean before)
public boolean isBefore()
@DataBoundSetter public void setBefore(boolean before)
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.BuildWrapperIOExceptionInterruptedExceptionCopyright © 2016–2020. All rights reserved.