Package | Description |
---|---|
com.github.kostyasha.yad.commons |
Modifier and Type | Method and Description |
---|---|
DockerContainerRestartPolicyName |
DockerContainerRestartPolicy.getPolicyName() |
static DockerContainerRestartPolicyName |
DockerContainerRestartPolicyName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DockerContainerRestartPolicyName[] |
DockerContainerRestartPolicyName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DockerContainerRestartPolicy.setPolicyName(DockerContainerRestartPolicyName policyName) |
Constructor and Description |
---|
DockerContainerRestartPolicy(DockerContainerRestartPolicyName policyName,
Integer maximumRetryCount) |
Copyright © 2016–2020. All rights reserved.