Uses of Class
com.spotify.docker.client.messages.ContainerState.HealthLog
Packages that use ContainerState.HealthLog
-
Uses of ContainerState.HealthLog in com.spotify.docker.client.messages
Subclasses of ContainerState.HealthLog in com.spotify.docker.client.messagesModifier and TypeClassDescription(package private) final class
Fields in com.spotify.docker.client.messages with type parameters of type ContainerState.HealthLogModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList
<ContainerState.HealthLog> AutoValue_ContainerState_Health.log
Methods in com.spotify.docker.client.messages that return ContainerState.HealthLogMethods in com.spotify.docker.client.messages that return types with arguments of type ContainerState.HealthLogModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList
<ContainerState.HealthLog> AutoValue_ContainerState_Health.log()
abstract com.google.common.collect.ImmutableList
<ContainerState.HealthLog> ContainerState.Health.log()
Method parameters in com.spotify.docker.client.messages with type arguments of type ContainerState.HealthLogModifier and TypeMethodDescription(package private) static ContainerState.Health
ContainerState.Health.create
(String status, Integer failingStreak, List<ContainerState.HealthLog> log) Constructor parameters in com.spotify.docker.client.messages with type arguments of type ContainerState.HealthLogModifierConstructorDescription(package private)
AutoValue_ContainerState_Health
(String status, Integer failingStreak, com.google.common.collect.ImmutableList<ContainerState.HealthLog> log)