Class OrchestrationConfig
- java.lang.Object
-
- com.spotify.docker.client.messages.swarm.OrchestrationConfig
-
- Direct Known Subclasses:
AutoValue_OrchestrationConfig
public abstract class OrchestrationConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OrchestrationConfig.Builder
-
Constructor Summary
Constructors Constructor Description OrchestrationConfig()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static OrchestrationConfig.Builder
builder()
(package private) static OrchestrationConfig
create(java.lang.Integer taskHistoryRetentionLimit)
abstract java.lang.Integer
taskHistoryRetentionLimit()
-
-
-
Method Detail
-
taskHistoryRetentionLimit
@Nullable public abstract java.lang.Integer taskHistoryRetentionLimit()
-
create
static OrchestrationConfig create(java.lang.Integer taskHistoryRetentionLimit)
-
builder
public static OrchestrationConfig.Builder builder()
-
-