public class RequeueJobProperty
extends hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
| Modifier and Type | Class and Description |
|---|---|
static class |
RequeueJobProperty.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
boolean |
requeueJob |
| Constructor and Description |
|---|
RequeueJobProperty(boolean requeueJob) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.AbstractProject<?,?> |
getProject() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
@DataBoundConstructor public RequeueJobProperty(boolean requeueJob)
public hudson.model.AbstractProject<?,?> getProject()
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.model.JobProperty<hudson.model.AbstractProject<?,?>>InterruptedExceptionIOExceptionCopyright © 2004-2013. All Rights Reserved.