Uses of Class
com.spotify.docker.client.messages.ContainerConfig.Healthcheck
Packages that use ContainerConfig.Healthcheck
-
Uses of ContainerConfig.Healthcheck in com.spotify.docker.client.messages
Subclasses of ContainerConfig.Healthcheck in com.spotify.docker.client.messagesModifier and TypeClassDescription(package private) final class
Fields in com.spotify.docker.client.messages declared as ContainerConfig.HealthcheckModifier and TypeFieldDescriptionprivate ContainerConfig.Healthcheck
AutoValue_ContainerConfig.Builder.healthcheck
private final ContainerConfig.Healthcheck
AutoValue_ContainerConfig.healthcheck
Methods in com.spotify.docker.client.messages that return ContainerConfig.HealthcheckModifier and TypeMethodDescriptionAutoValue_ContainerConfig_Healthcheck.Builder.build()
abstract ContainerConfig.Healthcheck
ContainerConfig.Healthcheck.Builder.build()
static ContainerConfig.Healthcheck
static ContainerConfig.Healthcheck
ContainerConfig.Healthcheck.create
(List<String> test, Long interval, Long timeout, Integer retries, Long startPeriod) AutoValue_ContainerConfig.healthcheck()
abstract ContainerConfig.Healthcheck
ContainerConfig.healthcheck()
Methods in com.spotify.docker.client.messages with parameters of type ContainerConfig.HealthcheckModifier and TypeMethodDescription(package private) static ContainerConfig
ContainerConfig.create
(String hostname, String domainname, String user, Boolean attachStdin, Boolean attachStdout, Boolean attachStderr, List<String> portSpecs, Set<String> exposedPorts, Boolean tty, Boolean openStdin, Boolean stdinOnce, List<String> env, List<String> cmd, String image, Set<String> volumes, String workingDir, List<String> entrypoint, Boolean networkDisabled, List<String> onBuild, Map<String, String> labels, String macAddress, HostConfig hostConfig, String stopSignal, ContainerConfig.Healthcheck healthcheck, ContainerConfig.NetworkingConfig networkingConfig) AutoValue_ContainerConfig.Builder.healthcheck
(ContainerConfig.Healthcheck healthcheck) abstract ContainerConfig.Builder
ContainerConfig.Builder.healthcheck
(ContainerConfig.Healthcheck healthcheck) Constructors in com.spotify.docker.client.messages with parameters of type ContainerConfig.HealthcheckModifierConstructorDescriptionprivate
AutoValue_ContainerConfig
(String hostname, String domainname, String user, Boolean attachStdin, Boolean attachStdout, Boolean attachStderr, com.google.common.collect.ImmutableList<String> portSpecs, com.google.common.collect.ImmutableSet<String> exposedPorts, Boolean tty, Boolean openStdin, Boolean stdinOnce, com.google.common.collect.ImmutableList<String> env, com.google.common.collect.ImmutableList<String> cmd, String image, com.google.common.collect.ImmutableSet<String> volumes, String workingDir, com.google.common.collect.ImmutableList<String> entrypoint, Boolean networkDisabled, com.google.common.collect.ImmutableList<String> onBuild, com.google.common.collect.ImmutableMap<String, String> labels, String macAddress, HostConfig hostConfig, String stopSignal, ContainerConfig.Healthcheck healthcheck, ContainerConfig.NetworkingConfig networkingConfig) -
Uses of ContainerConfig.Healthcheck in com.spotify.docker.client.messages.swarm
Fields in com.spotify.docker.client.messages.swarm declared as ContainerConfig.HealthcheckModifier and TypeFieldDescriptionprivate ContainerConfig.Healthcheck
AutoValue_ContainerSpec.Builder.healthcheck
private final ContainerConfig.Healthcheck
AutoValue_ContainerSpec.healthcheck
Methods in com.spotify.docker.client.messages.swarm that return ContainerConfig.HealthcheckModifier and TypeMethodDescriptionAutoValue_ContainerSpec.healthcheck()
abstract ContainerConfig.Healthcheck
ContainerSpec.healthcheck()
Methods in com.spotify.docker.client.messages.swarm with parameters of type ContainerConfig.HealthcheckModifier and TypeMethodDescription(package private) static ContainerSpec
ContainerSpec.create
(String image, Map<String, String> labels, String hostname, List<String> command, List<String> args, List<String> env, String dir, String user, List<String> groups, Boolean tty, List<Mount> mounts, Long stopGracePeriod, ContainerConfig.Healthcheck healthcheck, List<String> hosts, List<SecretBind> secrets, DnsConfig dnsConfig, List<ConfigBind> configs) AutoValue_ContainerSpec.Builder.healthcheck
(ContainerConfig.Healthcheck healthcheck) abstract ContainerSpec.Builder
ContainerSpec.Builder.healthcheck
(ContainerConfig.Healthcheck healthcheck) Constructors in com.spotify.docker.client.messages.swarm with parameters of type ContainerConfig.HealthcheckModifierConstructorDescriptionprivate
AutoValue_ContainerSpec
(String image, String hostname, com.google.common.collect.ImmutableMap<String, String> labels, com.google.common.collect.ImmutableList<String> command, com.google.common.collect.ImmutableList<String> args, com.google.common.collect.ImmutableList<String> env, String dir, String user, com.google.common.collect.ImmutableList<String> groups, Boolean tty, com.google.common.collect.ImmutableList<Mount> mounts, Long stopGracePeriod, ContainerConfig.Healthcheck healthcheck, com.google.common.collect.ImmutableList<String> hosts, com.google.common.collect.ImmutableList<SecretBind> secrets, com.google.common.collect.ImmutableList<ConfigBind> configs, DnsConfig dnsConfig)