com.chikli.hudson.plugin.naginator
Class ScheduleDelay

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<ScheduleDelay>
      extended by 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


Nested Class Summary
static class ScheduleDelay.ScheduleDelayDescriptor
           
 
Constructor Summary
ScheduleDelay()
           
 
Method Summary
static hudson.DescriptorExtensionList<ScheduleDelay,hudson.model.Descriptor<ScheduleDelay>> all()
           
abstract  int computeScheduleDelay(hudson.model.AbstractBuild failedBuild)
           
 
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

ScheduleDelay

public ScheduleDelay()
Method Detail

computeScheduleDelay

public abstract int computeScheduleDelay(hudson.model.AbstractBuild failedBuild)

all

public static hudson.DescriptorExtensionList<ScheduleDelay,hudson.model.Descriptor<ScheduleDelay>> all()


Copyright © 2004-2015. All Rights Reserved.