Uses of Class
com.chikli.hudson.plugin.naginator.ScheduleDelay

Uses of ScheduleDelay in com.chikli.hudson.plugin.naginator
 

Subclasses of ScheduleDelay in com.chikli.hudson.plugin.naginator
 class FixedDelay
           
 class ProgressiveDelay
           
 

Methods in com.chikli.hudson.plugin.naginator that return ScheduleDelay
 ScheduleDelay NaginatorScheduleAction.getDelay()
           
 ScheduleDelay NaginatorPublisher.getDelay()
           
 

Methods in com.chikli.hudson.plugin.naginator that return types with arguments of type ScheduleDelay
static hudson.DescriptorExtensionList<ScheduleDelay,hudson.model.Descriptor<ScheduleDelay>> ScheduleDelay.all()
           
static hudson.DescriptorExtensionList<ScheduleDelay,hudson.model.Descriptor<ScheduleDelay>> ScheduleDelay.all()
           
 

Constructors in com.chikli.hudson.plugin.naginator with parameters of type ScheduleDelay
NaginatorPublisher(String regexpForRerun, boolean rerunIfUnstable, boolean rerunMatrixPart, boolean checkRegexp, boolean regexpForMatrixParent, int maxSchedule, ScheduleDelay delay)
           
NaginatorPublisher(String regexpForRerun, boolean rerunIfUnstable, boolean rerunMatrixPart, boolean checkRegexp, int maxSchedule, ScheduleDelay delay)
          backward compatible constructor.
NaginatorScheduleAction(int maxSchedule, ScheduleDelay delay, boolean rerunMatrixPart)
          Should reschedule the build for specified times.
 



Copyright © 2004-2015. All Rights Reserved.