com.chikli.hudson.plugin.naginator
Class FixedDelay

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

public class FixedDelay
extends ScheduleDelay


Nested Class Summary
static class FixedDelay.DescriptorImpl
           
 
Nested classes/interfaces inherited from class com.chikli.hudson.plugin.naginator.ScheduleDelay
ScheduleDelay.ScheduleDelayDescriptor
 
Constructor Summary
FixedDelay(int delay)
           
 
Method Summary
 int computeScheduleDelay(hudson.model.AbstractBuild failedBuild)
           
 int getDelay()
           
 
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

FixedDelay

@DataBoundConstructor
public FixedDelay(int delay)
Method Detail

getDelay

public int getDelay()

computeScheduleDelay

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


Copyright © 2004-2015. All Rights Reserved.