com.chikli.hudson.plugin.naginator
Class ScheduleDelay
java.lang.Object
hudson.model.AbstractDescribableImpl<ScheduleDelay>
com.chikli.hudson.plugin.naginator.ScheduleDelay
- All Implemented Interfaces:
- hudson.model.Describable<ScheduleDelay>
- Direct Known Subclasses:
- FixedDelay, ProgressiveDelay
public abstract class ScheduleDelay
- extends hudson.model.AbstractDescribableImpl<ScheduleDelay>
Defines schedules policy to trigger a new build after failure
| Methods inherited from class hudson.model.AbstractDescribableImpl |
getDescriptor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScheduleDelay
public ScheduleDelay()
computeScheduleDelay
public abstract int computeScheduleDelay(hudson.model.AbstractBuild failedBuild)
all
public static hudson.DescriptorExtensionList<ScheduleDelay,hudson.model.Descriptor<ScheduleDelay>> all()
Copyright © 2004-2016. All Rights Reserved.