Uses of Class
com.spotify.docker.client.messages.swarm.ContainerSpec.Builder
Packages that use ContainerSpec.Builder
-
Uses of ContainerSpec.Builder in com.spotify.docker.client.messages.swarm
Subclasses of ContainerSpec.Builder in com.spotify.docker.client.messages.swarmModifier and TypeClassDescription(package private) static final classMethods in com.spotify.docker.client.messages.swarm that return ContainerSpec.BuilderModifier and TypeMethodDescriptionabstract ContainerSpec.Builderabstract ContainerSpec.Builderstatic ContainerSpec.BuilderContainerSpec.builder()abstract ContainerSpec.Builderabstract ContainerSpec.BuilderAutoValue_ContainerSpec.Builder.configs(List<ConfigBind> configs) abstract ContainerSpec.BuilderContainerSpec.Builder.configs(List<ConfigBind> configs) abstract ContainerSpec.Builderabstract ContainerSpec.Builderabstract ContainerSpec.Builderabstract ContainerSpec.Builderabstract ContainerSpec.Builderabstract ContainerSpec.BuilderAutoValue_ContainerSpec.Builder.healthcheck(ContainerConfig.Healthcheck healthcheck) abstract ContainerSpec.BuilderContainerSpec.Builder.healthcheck(ContainerConfig.Healthcheck healthcheck) abstract ContainerSpec.Builderabstract ContainerSpec.Builderabstract ContainerSpec.Builderabstract ContainerSpec.Builderabstract ContainerSpec.Builderabstract ContainerSpec.BuilderAutoValue_ContainerSpec.Builder.secrets(List<SecretBind> secrets) abstract ContainerSpec.BuilderContainerSpec.Builder.secrets(List<SecretBind> secrets) AutoValue_ContainerSpec.Builder.stopGracePeriod(Long stopGracePeriod) abstract ContainerSpec.BuilderContainerSpec.Builder.stopGracePeriod(Long stopGracePeriod) abstract ContainerSpec.Builderabstract ContainerSpec.BuilderDeprecated.Deprecated.As of release 7.0.0, replaced byargs(List).ContainerSpec.Builder.withCommands(String... commands) Deprecated.As of release 7.0.0, replaced bycommand(String...).ContainerSpec.Builder.withCommands(List<String> commands) Deprecated.As of release 7.0.0, replaced bycommand(List).Deprecated.As of release 7.0.0, replaced bydir(String).Deprecated.As of release 7.0.0, replaced byenv(String...).Deprecated.As of release 7.0.0, replaced byenv(List).ContainerSpec.Builder.withGroups(String... groups) Deprecated.As of release 7.0.0, replaced bygroups(String...).ContainerSpec.Builder.withGroups(List<String> groups) Deprecated.As of release 7.0.0, replaced bygroups(List).Deprecated.As of release 7.0.0, replaced byimage(String).ContainerSpec.Builder.withMounts(Mount... mounts) Deprecated.As of release 7.0.0, replaced bymounts(Mount...).ContainerSpec.Builder.withMounts(List<Mount> mounts) Deprecated.As of release 7.0.0, replaced bymounts(List).ContainerSpec.Builder.withStopGracePeriod(long stopGracePeriod) Deprecated.As of release 7.0.0, replaced bystopGracePeriod(Long).ContainerSpec.Builder.withTty()Deprecated.As of release 7.0.0, replaced bytty(Boolean)ContainerSpec.Builder.withTty(boolean tty) Deprecated.As of release 7.0.0, replaced bytty(Boolean).Deprecated.As of release 7.0.0, replaced byuser(String).
args(String...).