Class NextBranchExecution
java.lang.Object
com.codebarrel.automation.api.component.NextBranchExecution
When a rule branches this contains all the information for a branch.
It contains:
The priority in which Inline, Immediate, low, High
The inputs into the branch
The components for the new sub-branch
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedNextBranchExecution(ComponentInputs inputs, List<com.codebarrel.automation.api.config.ComponentConfigBean> nextComponents, Priority priority) -
Method Summary
Modifier and TypeMethodDescriptionList<com.codebarrel.automation.api.config.ComponentConfigBean> static NextBranchExecution.Builderinline()static NextBranchExecution.Builder
-
Constructor Details
-
NextBranchExecution
protected NextBranchExecution(ComponentInputs inputs, List<com.codebarrel.automation.api.config.ComponentConfigBean> nextComponents, Priority priority)
-
-
Method Details
-
getPriority
-
getInputs
-
getNextComponents
-
lowPriority
-
inline
-