Package | Description |
---|---|
org.springframework.cloud.dataflow.core.dsl |
Base package for processing DeploymentUnit(Stream/Job) DSL.
|
org.springframework.cloud.dataflow.rest.resource |
Spring Cloud Data Flow REST HATEOAS Resource support.
|
org.springframework.cloud.dataflow.server.controller |
Spring Cloud Data Flow Server Controllers.
|
Modifier and Type | Method and Description |
---|---|
Graph |
GraphGeneratorVisitor.getGraph() |
Graph |
TaskNode.toGraph() |
Modifier and Type | Method and Description |
---|---|
Graph |
TaskToolsResource.getGraph() |
Constructor and Description |
---|
TaskToolsResource(Graph graph,
List<Map<String,Object>> errors) |
Modifier and Type | Method and Description |
---|---|
TaskToolsResource |
ToolsController.convertTaskGraphToText(Graph graph)
Convert a graph format into DSL text format.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.