public class NaginatorPublisher
extends hudson.tasks.Notifier
| Modifier and Type | Class and Description |
|---|---|
static class |
NaginatorPublisher.DescriptorImpl
Descriptor for
NaginatorPublisher. |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Modifier and Type | Field and Description |
|---|---|
static NaginatorListener |
LISTENER |
| Constructor and Description |
|---|
NaginatorPublisher(String regexpForRerun,
boolean rerunIfUnstable,
boolean checkRegexp) |
NaginatorPublisher(String regexpForRerun,
boolean rerunIfUnstable,
boolean checkRegexp,
int maxSchedule,
ScheduleDelay delay) |
| Modifier and Type | Method and Description |
|---|---|
ScheduleDelay |
getDelay() |
NaginatorPublisher.DescriptorImpl |
getDescriptor() |
int |
getMaxSchedule() |
String |
getRegexpForRerun() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
isCheckRegexp() |
boolean |
isRerunIfUnstable() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
Object |
readResolve() |
all, getProjectAction, needsToRunAfterFinalized, prebuild@Extension public static final NaginatorListener LISTENER
public NaginatorPublisher(String regexpForRerun, boolean rerunIfUnstable, boolean checkRegexp)
@DataBoundConstructor public NaginatorPublisher(String regexpForRerun, boolean rerunIfUnstable, boolean checkRegexp, int maxSchedule, ScheduleDelay delay)
public Object readResolve()
public boolean isRerunIfUnstable()
public boolean isCheckRegexp()
public String getRegexpForRerun()
public ScheduleDelay getDelay()
public int getMaxSchedule()
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.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public NaginatorPublisher.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.NotifierCopyright © 2004-2014. All Rights Reserved.