| Package | Description |
|---|---|
| com.github.dockerjava.api.command | |
| com.github.dockerjava.api.model |
| Modifier and Type | Method and Description |
|---|---|
WaitContainerCondition |
WaitContainerCmd.getCondition()
Defaults to
NOT_RUNNING if omitted or empty. |
| Modifier and Type | Method and Description |
|---|---|
WaitContainerCmd |
WaitContainerCmd.withCondition(WaitContainerCondition condition) |
| Modifier and Type | Method and Description |
|---|---|
static WaitContainerCondition |
WaitContainerCondition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WaitContainerCondition[] |
WaitContainerCondition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2025. All rights reserved.