com.chikli.hudson.plugin.naginator
Class ProgressiveDelay

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<ScheduleDelay>
      extended by com.chikli.hudson.plugin.naginator.ScheduleDelay
          extended by com.chikli.hudson.plugin.naginator.ProgressiveDelay
All Implemented Interfaces:
hudson.model.Describable<ScheduleDelay>

public class ProgressiveDelay
extends ScheduleDelay


Nested Class Summary
static class ProgressiveDelay.DescriptorImpl
           
 
Nested classes/interfaces inherited from class com.chikli.hudson.plugin.naginator.ScheduleDelay
ScheduleDelay.ScheduleDelayDescriptor
 
Constructor Summary
ProgressiveDelay(int increment, int max)
           
 
Method Summary
 int computeScheduleDelay(hudson.model.AbstractBuild failedBuild)
           
 int getIncrement()
           
 int getMax()
           
 
Methods inherited from class com.chikli.hudson.plugin.naginator.ScheduleDelay
all
 
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
 

Constructor Detail

ProgressiveDelay

@DataBoundConstructor
public ProgressiveDelay(int increment,
                                             int max)
Method Detail

getIncrement

public int getIncrement()

getMax

public int getMax()

computeScheduleDelay

public int computeScheduleDelay(hudson.model.AbstractBuild failedBuild)
Specified by:
computeScheduleDelay in class ScheduleDelay


Copyright © 2004-2015. All Rights Reserved.