org.squashtest.tm.plugin.testautomation.jenkins.internal.tasks
Class SameThreadStepScheduler

java.lang.Object
  extended by org.squashtest.tm.plugin.testautomation.jenkins.internal.tasks.SameThreadStepScheduler
All Implemented Interfaces:
StepScheduler

public class SameThreadStepScheduler
extends Object
implements StepScheduler


Constructor Summary
SameThreadStepScheduler()
           
 
Method Summary
 StepFuture schedule(BuildStep<?> step)
           
 StepFuture schedule(BuildStep<?> step, int millisDelay)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SameThreadStepScheduler

public SameThreadStepScheduler()
Method Detail

schedule

public StepFuture schedule(BuildStep<?> step,
                           int millisDelay)
Specified by:
schedule in interface StepScheduler

schedule

public StepFuture schedule(BuildStep<?> step)
Specified by:
schedule in interface StepScheduler


Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.