Package | Description |
---|---|
com.github.dockerjava.api.model |
Modifier and Type | Method and Description |
---|---|
ServiceRestartPolicy |
TaskSpec.getRestartPolicy() |
ServiceRestartPolicy |
ServiceRestartPolicy.withCondition(ServiceRestartCondition condition) |
ServiceRestartPolicy |
ServiceRestartPolicy.withDelay(java.lang.Long delay) |
ServiceRestartPolicy |
ServiceRestartPolicy.withMaxAttempts(java.lang.Long maxAttempts) |
ServiceRestartPolicy |
ServiceRestartPolicy.withWindow(java.lang.Long window) |
Modifier and Type | Method and Description |
---|---|
TaskSpec |
TaskSpec.withRestartPolicy(ServiceRestartPolicy restartPolicy) |
Copyright © 2020. All Rights Reserved.