Uses of Class
com.spotify.docker.client.messages.ProgressDetail
Packages that use ProgressDetail
-
Uses of ProgressDetail in com.spotify.docker.client.messages
Subclasses of ProgressDetail in com.spotify.docker.client.messagesFields in com.spotify.docker.client.messages declared as ProgressDetailModifier and TypeFieldDescriptionprivate ProgressDetailAutoValue_ProgressMessage.Builder.progressDetailprivate final ProgressDetailAutoValue_ProgressMessage.progressDetailMethods in com.spotify.docker.client.messages that return ProgressDetailModifier and TypeMethodDescription(package private) static ProgressDetailAutoValue_ProgressMessage.progressDetail()abstract ProgressDetailProgressMessage.progressDetail()Methods in com.spotify.docker.client.messages with parameters of type ProgressDetailModifier and TypeMethodDescription(package private) static ProgressMessageProgressMessage.create(String id, String status, String stream, String error, String progress, ProgressDetail progressDetail) AutoValue_ProgressMessage.Builder.progressDetail(ProgressDetail progressDetail) abstract ProgressMessage.BuilderProgressMessage.Builder.progressDetail(ProgressDetail progressDetail) Constructors in com.spotify.docker.client.messages with parameters of type ProgressDetailModifierConstructorDescriptionprivateAutoValue_ProgressMessage(String id, String status, String stream, String error, String progress, ProgressDetail progressDetail)