Uses of Class
com.spotify.docker.client.messages.swarm.EnginePlugin
-
Packages that use EnginePlugin Package Description com.spotify.docker.client.messages.swarm -
-
Uses of EnginePlugin in com.spotify.docker.client.messages.swarm
Subclasses of EnginePlugin in com.spotify.docker.client.messages.swarm Modifier and Type Class Description (package private) class
AutoValue_EnginePlugin
Fields in com.spotify.docker.client.messages.swarm with type parameters of type EnginePlugin Modifier and Type Field Description private com.google.common.collect.ImmutableList<EnginePlugin>
AutoValue_EngineConfig. plugins
Methods in com.spotify.docker.client.messages.swarm that return EnginePlugin Modifier and Type Method Description (package private) static EnginePlugin
EnginePlugin. create(java.lang.String type, java.lang.String name)
Methods in com.spotify.docker.client.messages.swarm that return types with arguments of type EnginePlugin Modifier and Type Method Description com.google.common.collect.ImmutableList<EnginePlugin>
AutoValue_EngineConfig. plugins()
abstract com.google.common.collect.ImmutableList<EnginePlugin>
EngineConfig. plugins()
Method parameters in com.spotify.docker.client.messages.swarm with type arguments of type EnginePlugin Modifier and Type Method Description (package private) static EngineConfig
EngineConfig. create(java.lang.String engineVersion, java.util.Map<java.lang.String,java.lang.String> labels, java.util.List<EnginePlugin> plugins)
Constructor parameters in com.spotify.docker.client.messages.swarm with type arguments of type EnginePlugin Constructor Description AutoValue_EngineConfig(java.lang.String engineVersion, com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> labels, com.google.common.collect.ImmutableList<EnginePlugin> plugins)
-