public class PhaseTree extends Object
| Constructor and Description |
|---|
PhaseTree() |
| Modifier and Type | Method and Description |
|---|---|
List<ExecutionNode> |
buildExecutionTree() |
PhaseTree |
buildPhaseDefinitions(Class<?> jobClass) |
PhaseTree |
validate() |
public PhaseTree validate() throws PhaseValidationException
PhaseValidationExceptionpublic PhaseTree buildPhaseDefinitions(Class<?> jobClass) throws Exception
Exceptionpublic List<ExecutionNode> buildExecutionTree()
Copyright © 2021. All rights reserved.