public abstract class SynchronousBuildProcessor<RESULT> extends AbstractBuildProcessor
currentFuture, currentStep, scheduler| Constructor and Description |
|---|
SynchronousBuildProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
buildResult() |
abstract RESULT |
getResult() |
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 void run()
public void notifyStepDone()
BuildProcessorBuildStep should notify its processor that the job is done.public abstract RESULT getResult()
protected abstract void buildResult()
public void notifyException(Exception ex)
BuildProcessorBuildStep should notify its processor that the job got an error and should be cancelled.Copyright © 2010–2016 Henix, henix.fr. All rights reserved.