public class RestartCommand extends DockerCommand
http://docs.docker.io/en/master/api/docker_remote_api_v1.8/#restart-a-container| Modifier and Type | Class and Description |
|---|---|
static class |
RestartCommand.RestartCommandDescriptor |
DockerCommand.DockerCommandDescriptor| Constructor and Description |
|---|
RestartCommand(String containerIds,
int timeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(hudson.model.AbstractBuild build,
ConsoleLogger console) |
String |
getContainerIds() |
int |
getTimeout() |
all, getClient, getDescriptor@DataBoundConstructor public RestartCommand(String containerIds, int timeout)
public String getContainerIds()
public int getTimeout()
public void execute(hudson.model.AbstractBuild build,
ConsoleLogger console)
throws com.kpelykh.docker.client.DockerException
execute in class DockerCommandcom.kpelykh.docker.client.DockerExceptionCopyright © 2004-2014. All Rights Reserved.