public abstract class DelayedBuildProcessor extends AbstractBuildProcessor
currentFuture, currentStep, scheduler| Constructor and Description |
|---|
DelayedBuildProcessor(org.springframework.scheduling.TaskScheduler scheduler) |
| Modifier and Type | Method and Description |
|---|---|
void |
notifyException(Exception ex)
a
BuildStep should notify its processor that the job got an error and should be cancelled. |
void |
notifyStepDone()
a
BuildStep should notify its processor that the job is done. |
void |
run() |
cancel, getCurrentFuture, getCurrentStep, getDefaultReschedulingDelay, getScheduler, getStepSequence, isCanceled, reschedule, scheduleNextStep, setDefaultReschedulingDelay, taskHasBegunpublic DelayedBuildProcessor(org.springframework.scheduling.TaskScheduler scheduler)
public void run()
public void notifyException(Exception ex)
BuildProcessorBuildStep should notify its processor that the job got an error and should be cancelled.public void notifyStepDone()
BuildProcessorBuildStep should notify its processor that the job is done.Copyright © 2010–2016 Henix, henix.fr. All rights reserved.