public interface TeeTimeScheduler
Modifier and Type | Method and Description |
---|---|
void |
onExecute()
Executes the execution.
|
void |
onFinish()
Waits for the execution to finished.
|
void |
onInitialize() |
void |
onTerminate()
Aborts the execution.
|
void |
onValidate() |
void |
startStageAtRuntime(AbstractStage stage) |
void onInitialize()
void onValidate()
void onExecute()
void onTerminate()
void onFinish()
void startStageAtRuntime(AbstractStage stage)
Copyright © 2015–2020. All rights reserved.