| Package | Description |
|---|---|
| org.cloudfoundry.operations.applications |
| Modifier and Type | Method and Description |
|---|---|
Task |
Task.Builder.build()
Builds a new
Task. |
| Modifier and Type | Method and Description |
|---|---|
Flux<Task> |
Applications.listTasks(ListApplicationTasksRequest request)
Lists the tasks for an application
|
Flux<Task> |
DefaultApplications.listTasks(ListApplicationTasksRequest request) |
Mono<Task> |
Applications.runTask(RunApplicationTaskRequest request)
Run a one-off task on an application
|
Mono<Task> |
DefaultApplications.runTask(RunApplicationTaskRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Task.Builder |
Task.Builder.from(Task instance)
Fill a builder with attribute values from the provided
Task instance. |
Copyright © 2018. All rights reserved.