| Package | Description |
|---|---|
| org.jenkinsci.plugins.dockerbuildstep | |
| org.jenkinsci.plugins.dockerbuildstep.cmd |
| Modifier and Type | Method and Description |
|---|---|
DockerCommand |
DockerBuilder.getDockerCmd() |
| Modifier and Type | Method and Description |
|---|---|
hudson.DescriptorExtensionList<DockerCommand,DockerCommand.DockerCommandDescriptor> |
DockerBuilder.DescriptorImpl.getCmdDescriptors() |
| Constructor and Description |
|---|
DockerBuilder(DockerCommand dockerCmd) |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateContainerCommand
This command creates new container from specified image.
|
class |
KillCommand
This command kills specified container(s).
|
class |
RemoveAllCommand
This command removes all Docker containers.
|
class |
RemoveCommand
This command removes specified Docker container(s).
|
class |
RestartCommand
This command restarts specified Docker container(s).
|
class |
StartCommand
This command starts one or more Docker containers.
|
class |
StopAllCommand
This command stop all Docker containers.
|
class |
StopCommand
This command stops one or more Docker containers.
|
| Modifier and Type | Method and Description |
|---|---|
static hudson.DescriptorExtensionList<DockerCommand,DockerCommand.DockerCommandDescriptor> |
DockerCommand.all() |
| Constructor and Description |
|---|
DockerCommand.DockerCommandDescriptor(Class<? extends DockerCommand> clazz) |
Copyright © 2004-2014. All Rights Reserved.