| Package | Description |
|---|---|
| com.github.dockerjava.api.command | |
| com.github.dockerjava.api.model |
| Modifier and Type | Method and Description |
|---|---|
ListTasksCmd |
ListTasksCmd.withStateFilter(TaskState... desiredState) |
| Modifier and Type | Method and Description |
|---|---|
static TaskState |
TaskState.forValue(String s) |
TaskState |
Task.getDesiredState()
Get desiredState
|
TaskState |
TaskStatus.getState() |
static TaskState |
TaskState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskState[] |
TaskState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Task |
Task.withDesiredState(TaskState desiredState) |
TaskStatus |
TaskStatus.withState(TaskState state) |
Copyright © 2025. All rights reserved.