Uses of Class
com.spotify.docker.client.messages.swarm.UpdateStatus
-
Packages that use UpdateStatus Package Description com.spotify.docker.client.messages.swarm -
-
Uses of UpdateStatus in com.spotify.docker.client.messages.swarm
Subclasses of UpdateStatus in com.spotify.docker.client.messages.swarm Modifier and Type Class Description (package private) classAutoValue_UpdateStatusFields in com.spotify.docker.client.messages.swarm declared as UpdateStatus Modifier and Type Field Description private UpdateStatusAutoValue_Service. updateStatusMethods in com.spotify.docker.client.messages.swarm that return UpdateStatus Modifier and Type Method Description (package private) static UpdateStatusUpdateStatus. create(java.lang.String state, java.util.Date startedAt, java.util.Date completedAt, java.lang.String message)UpdateStatusAutoValue_Service. updateStatus()abstract UpdateStatusService. updateStatus()Methods in com.spotify.docker.client.messages.swarm with parameters of type UpdateStatus Modifier and Type Method Description (package private) static ServiceService. create(java.lang.String id, Version version, java.util.Date createdAt, java.util.Date updatedAt, ServiceSpec spec, Endpoint endpoint, UpdateStatus updateStatus)Constructors in com.spotify.docker.client.messages.swarm with parameters of type UpdateStatus Constructor Description AutoValue_Service(java.lang.String id, Version version, java.util.Date createdAt, java.util.Date updatedAt, ServiceSpec spec, Endpoint endpoint, UpdateStatus updateStatus)
-