org.squashtest.tm.plugin.testautomation.jenkins.internal.tasks
Class DelayedBuildProcessor
java.lang.Object
org.squashtest.tm.plugin.testautomation.jenkins.internal.tasks.AbstractBuildProcessor
org.squashtest.tm.plugin.testautomation.jenkins.internal.tasks.DelayedBuildProcessor
- All Implemented Interfaces:
- BuildProcessor
- Direct Known Subclasses:
- ExecuteAndWatchBuildProcessor, ExecuteTestsBuildProcessor
public abstract class DelayedBuildProcessor
- extends AbstractBuildProcessor
| Methods inherited from class org.squashtest.tm.plugin.testautomation.jenkins.internal.tasks.AbstractBuildProcessor |
_reschedule, cancel, getCurrentFuture, getCurrentStep, getDefaultReschedulingDelay, getScheduler, getStepSequence, isCanceled, scheduleNextStep, setDefaultReschedulingDelay, taskHasBegun |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelayedBuildProcessor
public DelayedBuildProcessor(org.springframework.scheduling.TaskScheduler scheduler)
run
public void run()
notifyException
public void notifyException(Exception ex)
- Description copied from interface:
BuildProcessor
- a
BuildStep should notify its processor that the job got an error and should be cancelled.
notifyStepDone
public void notifyStepDone()
- Description copied from interface:
BuildProcessor
- a
BuildStep should notify its processor that the job is done.
Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.