Uses of Class
com.spotify.docker.client.messages.swarm.Task
Packages that use Task
-
Uses of Task in com.spotify.docker.client
Fields in com.spotify.docker.client with type parameters of type TaskMethods in com.spotify.docker.client that return TaskModifier and TypeMethodDescriptionDefaultDockerClient.inspectTask(String taskId) DockerClient.inspectTask(String taskId) Inspect an existing task.Methods in com.spotify.docker.client that return types with arguments of type Task -
Uses of Task in com.spotify.docker.client.messages.swarm
Subclasses of Task in com.spotify.docker.client.messages.swarmMethods in com.spotify.docker.client.messages.swarm that return TaskModifier and TypeMethodDescription(package private) static TaskTask.create(String id, Version version, Date createdAt, Date updatedAt, String name, Map<String, String> labels, TaskSpec spec, String serviceId, Integer slot, String nodeId, TaskStatus status, String desiredState, List<NetworkAttachment> networkAttachments)