| Package | Description |
|---|---|
| org.cloudfoundry.operations.applications |
| Modifier and Type | Method and Description |
|---|---|
static Task.Builder |
Task.builder()
Creates a builder for
Task. |
Task.Builder |
Task.Builder.command(String command)
Initializes the value for the
command attribute. |
Task.Builder |
Task.Builder.from(Task instance)
Fill a builder with attribute values from the provided
Task instance. |
Task.Builder |
Task.Builder.name(String name)
Initializes the value for the
name attribute. |
Task.Builder |
Task.Builder.sequenceId(Integer sequenceId)
Initializes the value for the
sequenceId attribute. |
Task.Builder |
Task.Builder.startTime(String startTime)
Initializes the value for the
startTime attribute. |
Task.Builder |
Task.Builder.state(TaskState state)
Initializes the value for the
state attribute. |
Copyright © 2018. All rights reserved.