| Package | Description |
|---|---|
| com.spotify.docker.client.messages | |
| com.spotify.docker.client.messages.swarm |
| Modifier and Type | Method and Description |
|---|---|
abstract ContainerConfig.Healthcheck |
ContainerConfig.Healthcheck.Builder.build() |
static ContainerConfig.Healthcheck |
ContainerConfig.Healthcheck.create(List<String> test,
Long interval,
Long timeout,
Integer retries) |
static ContainerConfig.Healthcheck |
ContainerConfig.Healthcheck.create(List<String> test,
Long interval,
Long timeout,
Integer retries,
Long startPeriod) |
abstract ContainerConfig.Healthcheck |
ContainerConfig.healthcheck() |
| Modifier and Type | Method and Description |
|---|---|
abstract ContainerConfig.Builder |
ContainerConfig.Builder.healthcheck(ContainerConfig.Healthcheck healthcheck) |
| Modifier and Type | Method and Description |
|---|---|
abstract ContainerConfig.Healthcheck |
ContainerSpec.healthcheck() |
| Modifier and Type | Method and Description |
|---|---|
abstract ContainerSpec.Builder |
ContainerSpec.Builder.healthcheck(ContainerConfig.Healthcheck healthcheck) |
Copyright © 2018. All rights reserved.