Uses of Class
com.spotify.docker.client.messages.Platform
Packages that use Platform
-
Uses of Platform in com.spotify.docker.client.messages
Subclasses of Platform in com.spotify.docker.client.messagesFields in com.spotify.docker.client.messages with type parameters of type PlatformModifier and TypeFieldDescriptionprivate com.google.common.collect.ImmutableList
<Platform> AutoValue_Distribution.Builder.platforms
private final com.google.common.collect.ImmutableList
<Platform> AutoValue_Distribution.platforms
Methods in com.spotify.docker.client.messages that return PlatformModifier and TypeMethodDescription(package private) static Platform
Platform.create
(String architecture, String os, String osVersion, com.google.common.collect.ImmutableList<String> osFeatures, String variant, com.google.common.collect.ImmutableList<String> features) Methods in com.spotify.docker.client.messages that return types with arguments of type PlatformModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList
<Platform> AutoValue_Distribution.platforms()
abstract com.google.common.collect.ImmutableList
<Platform> Distribution.platforms()
Method parameters in com.spotify.docker.client.messages with type arguments of type PlatformModifier and TypeMethodDescription(package private) static Distribution
Distribution.create
(Descriptor descriptor, com.google.common.collect.ImmutableList<Platform> platforms) AutoValue_Distribution.Builder.platforms
(com.google.common.collect.ImmutableList<Platform> platforms) abstract Distribution.Builder
Constructor parameters in com.spotify.docker.client.messages with type arguments of type PlatformModifierConstructorDescriptionprivate
AutoValue_Distribution
(Descriptor descriptor, com.google.common.collect.ImmutableList<Platform> platforms)