@Extension(ordinal=30001.0) public final class Housekeeper extends hudson.model.listeners.RunListener<hudson.model.AbstractBuild<?,?>> implements hudson.model.Describable<Housekeeper>
| Modifier and Type | Class and Description |
|---|---|
static class |
Housekeeper.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
static int |
ORDINAL |
| Constructor and Description |
|---|
Housekeeper() |
| Modifier and Type | Method and Description |
|---|---|
Housekeeper.DescriptorImpl |
getDescriptor() |
void |
onCompleted(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener) |
hudson.model.Environment |
setUpEnvironment(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public static final int ORDINAL
public hudson.model.Environment setUpEnvironment(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IOException,
InterruptedException,
hudson.model.Run.RunnerAbortedException
setUpEnvironment in class hudson.model.listeners.RunListener<hudson.model.AbstractBuild<?,?>>IOExceptionInterruptedExceptionhudson.model.Run.RunnerAbortedExceptionpublic void onCompleted(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener)
onCompleted in class hudson.model.listeners.RunListener<hudson.model.AbstractBuild<?,?>>public Housekeeper.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<Housekeeper>Copyright © 2004-2014. All Rights Reserved.