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