Package | Description |
---|---|
org.springframework.cloud.dataflow.core.dsl |
Base package for processing DeploymentUnit(Stream/Job) DSL.
|
Modifier and Type | Method and Description |
---|---|
List<TransitionNode> |
TaskAppNode.getTransitions() |
Modifier and Type | Method and Description |
---|---|
void |
TaskVisitor.postVisit(TransitionNode transition) |
boolean |
TaskVisitor.preVisit(TransitionNode transition)
After visit(TaskAppNode) and before postVisit(TaskAppNode) the
transitions (if there are any) are visited for that task app.
|
void |
TaskVisitor.visit(TransitionNode transition) |
void |
TaskValidatorVisitor.visit(TransitionNode transition) |
void |
GraphGeneratorVisitor.visit(TransitionNode transition) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.