public class FailedJobDeactivatorImpl
extends hudson.Plugin
| Constructor and Description |
|---|
FailedJobDeactivatorImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
doExportCSV(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Exports detected jobs as CSV file.
|
void |
doHandleJobs(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Handling logic of the detected jobs.
|
void |
doStartDetection(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Start of the detection.
|
FailedJobDeactivator.DescriptorImpl |
getDescriptor() |
List<DetectedJob> |
getDetectedJobs()
Getter for the list of all detected jobs.
|
static FailedJobDeactivatorImpl |
getInstance()
Getter for the plugin instance.
|
FailedJobDeactivator |
getProperty(hudson.model.AbstractProject<?,?> aProject) |
public static FailedJobDeactivatorImpl getInstance()
public void doStartDetection(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
req - rsp - IOExceptionpublic List<DetectedJob> getDetectedJobs()
public FailedJobDeactivator.DescriptorImpl getDescriptor()
public FailedJobDeactivator getProperty(hudson.model.AbstractProject<?,?> aProject)
aProject - public void doHandleJobs(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException,
javax.servlet.ServletException
req - rsp - IOExceptionjavax.servlet.ServletExceptionpublic void doExportCSV(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException,
javax.servlet.ServletException
req - rsp - IOExceptionjavax.servlet.ServletExceptionCopyright © 2004-2015. All Rights Reserved.