public class PostBuildCleanup
extends hudson.tasks.Notifier
Modifier and Type | Class and Description |
---|---|
static class |
PostBuildCleanup.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl
Constructor and Description |
---|
PostBuildCleanup(ProcCleaner cleaner) |
Modifier and Type | Method and Description |
---|---|
ProcCleaner |
getCleaner() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuild
@DataBoundConstructor public PostBuildCleanup(ProcCleaner cleaner)
public ProcCleaner getCleaner()
public boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws InterruptedException, IOException
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
InterruptedException
IOException
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
Copyright © 2016–2021. All rights reserved.