public class PreBuildCleanup
extends hudson.tasks.BuildWrapper
Modifier and Type | Class and Description |
---|---|
static class |
PreBuildCleanup.DescriptorImpl |
Constructor and Description |
---|
PreBuildCleanup(ProcCleaner cleaner) |
Modifier and Type | Method and Description |
---|---|
ProcCleaner |
getCleaner() |
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) |
@DataBoundConstructor public PreBuildCleanup(ProcCleaner cleaner)
public ProcCleaner getCleaner()
public void preCheckout(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws IOException, InterruptedException
preCheckout
in class hudson.tasks.BuildWrapper
IOException
InterruptedException
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.BuildWrapper
IOException
InterruptedException
Copyright © 2016–2021. All rights reserved.