Class ProgressiveDelay
java.lang.Object
hudson.model.AbstractDescribableImpl<ScheduleDelay>
com.chikli.hudson.plugin.naginator.ScheduleDelay
com.chikli.hudson.plugin.naginator.ProgressiveDelay
- All Implemented Interfaces:
Describable<ScheduleDelay>
- Author:
- Nicolas De Loof
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.chikli.hudson.plugin.naginator.ScheduleDelay
ScheduleDelay.ScheduleDelayDescriptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
computeScheduleDelay
(AbstractBuild failedBuild) int
int
getMax()
Methods inherited from class com.chikli.hudson.plugin.naginator.ScheduleDelay
all
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
ProgressiveDelay
@DataBoundConstructor public ProgressiveDelay(int increment, int max)
-
-
Method Details
-
getIncrement
public int getIncrement() -
getMax
public int getMax() -
computeScheduleDelay
- Specified by:
computeScheduleDelay
in classScheduleDelay
-