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 classFields in com.spotify.docker.client.messages declared as ContainerConfig.HealthcheckModifier and TypeFieldDescriptionprivate ContainerConfig.HealthcheckAutoValue_ContainerConfig.Builder.healthcheckprivate final ContainerConfig.HealthcheckAutoValue_ContainerConfig.healthcheckMethods in com.spotify.docker.client.messages that return ContainerConfig.HealthcheckModifier and TypeMethodDescriptionAutoValue_ContainerConfig_Healthcheck.Builder.build()abstract ContainerConfig.HealthcheckContainerConfig.Healthcheck.Builder.build()static ContainerConfig.Healthcheckstatic ContainerConfig.HealthcheckContainerConfig.Healthcheck.create(List<String> test, Long interval, Long timeout, Integer retries, Long startPeriod) AutoValue_ContainerConfig.healthcheck()abstract ContainerConfig.HealthcheckContainerConfig.healthcheck()Methods in com.spotify.docker.client.messages with parameters of type ContainerConfig.HealthcheckModifier and TypeMethodDescription(package private) static ContainerConfigContainerConfig.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.BuilderContainerConfig.Builder.healthcheck(ContainerConfig.Healthcheck healthcheck) Constructors in com.spotify.docker.client.messages with parameters of type ContainerConfig.HealthcheckModifierConstructorDescriptionprivateAutoValue_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.HealthcheckAutoValue_ContainerSpec.Builder.healthcheckprivate final ContainerConfig.HealthcheckAutoValue_ContainerSpec.healthcheckMethods in com.spotify.docker.client.messages.swarm that return ContainerConfig.HealthcheckModifier and TypeMethodDescriptionAutoValue_ContainerSpec.healthcheck()abstract ContainerConfig.HealthcheckContainerSpec.healthcheck()Methods in com.spotify.docker.client.messages.swarm with parameters of type ContainerConfig.HealthcheckModifier and TypeMethodDescription(package private) static ContainerSpecContainerSpec.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.BuilderContainerSpec.Builder.healthcheck(ContainerConfig.Healthcheck healthcheck) Constructors in com.spotify.docker.client.messages.swarm with parameters of type ContainerConfig.HealthcheckModifierConstructorDescriptionprivateAutoValue_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)