Package | Description |
---|---|
org.springframework.cloud.dataflow.rest.client |
Defines the operations of the Spring Cloud Data Flow REST Client.
|
org.springframework.cloud.dataflow.rest.client.dsl.task | |
org.springframework.cloud.dataflow.server.controller |
Spring Cloud Data Flow Server Controllers.
|
Modifier and Type | Method and Description |
---|---|
LaunchResponseResource |
TaskTemplate.launch(String name,
Map<String,String> properties,
List<String> arguments) |
LaunchResponseResource |
TaskOperations.launch(String name,
Map<String,String> properties,
List<String> arguments)
Launch an already created task.
|
Modifier and Type | Method and Description |
---|---|
LaunchResponseResource |
Task.launch()
Launch a task without properties or arguments.
|
LaunchResponseResource |
Task.launch(List<String> arguments)
Launch a task with command line arguments.
|
LaunchResponseResource |
Task.launch(Map<String,String> properties,
List<String> arguments)
Launch a task with deployment properties and command line arguments.
|
Modifier and Type | Method and Description |
---|---|
LaunchResponseResource |
TaskExecutionController.launchBoot3(String taskName,
String properties,
String arguments) |
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.