public class DisableFailedJob
extends hudson.tasks.Publisher
| Modifier and Type | Class and Description |
|---|---|
static class |
DisableFailedJob.DescriptorImpl |
| Constructor and Description |
|---|
DisableFailedJob(String whenDisable) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Descriptor<hudson.tasks.Publisher> |
getDescriptor() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getWhenDisable() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, prebuild@DataBoundConstructor public DisableFailedJob(String whenDisable)
public String getWhenDisable()
public hudson.model.Descriptor<hudson.tasks.Publisher> getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.Publisherpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionCopyright © 2004-2013. All Rights Reserved.