public abstract static class SimpleBuildWrapper.Disposer extends Object implements Serializable
Constructor and Description |
---|
Disposer() |
Modifier and Type | Method and Description |
---|---|
abstract void |
tearDown(Run<?,?> build,
FilePath workspace,
Launcher launcher,
TaskListener listener)
Attempt to clean up anything that was done in the initial setup.
|
public abstract void tearDown(Run<?,?> build, FilePath workspace, Launcher launcher, TaskListener listener) throws IOException, InterruptedException
build
- a build being runworkspace
- a workspace of the buildlauncher
- a way to start commandslistener
- a way to report progressIOException
- if something fails; AbortException
for user errorsInterruptedException
- if tear down is interruptedCopyright © 2016. All rights reserved.