|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RestartPolicy | |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model | |
com.github.dockerjava.core.command |
Uses of RestartPolicy in com.github.dockerjava.api.command |
---|
Methods in com.github.dockerjava.api.command that return RestartPolicy | |
---|---|
RestartPolicy |
StartContainerCmd.getRestartPolicy()
|
Methods in com.github.dockerjava.api.command with parameters of type RestartPolicy | |
---|---|
StartContainerCmd |
StartContainerCmd.withRestartPolicy(RestartPolicy restartPolicy)
Set custom RestartPolicy for the container. |
Uses of RestartPolicy in com.github.dockerjava.api.model |
---|
Methods in com.github.dockerjava.api.model that return RestartPolicy | |
---|---|
static RestartPolicy |
RestartPolicy.alwaysRestart()
|
RestartPolicy |
HostConfig.getRestartPolicy()
|
static RestartPolicy |
RestartPolicy.noRestart()
|
static RestartPolicy |
RestartPolicy.onFailureRestart(int maximumRetryCount)
|
Methods in com.github.dockerjava.api.model with parameters of type RestartPolicy | |
---|---|
void |
HostConfig.setRestartPolicy(RestartPolicy restartPolicy)
|
Constructors in com.github.dockerjava.api.model with parameters of type RestartPolicy | |
---|---|
HostConfig(String[] binds,
Links links,
LxcConf[] lxcConf,
Ports portBindings,
boolean publishAllPorts,
boolean privileged,
String[] dns,
String[] dnsSearch,
String[] volumesFrom,
String containerIDFile,
Capability[] capAdd,
Capability[] capDrop,
RestartPolicy restartPolicy,
String networkMode,
Device[] devices)
|
Uses of RestartPolicy in com.github.dockerjava.core.command |
---|
Methods in com.github.dockerjava.core.command that return RestartPolicy | |
---|---|
RestartPolicy |
StartContainerCmdImpl.getRestartPolicy()
|
Methods in com.github.dockerjava.core.command with parameters of type RestartPolicy | |
---|---|
StartContainerCmd |
StartContainerCmdImpl.withRestartPolicy(RestartPolicy restartPolicy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |