Uses of Class
org.jenkinsci.plugins.dockerbuildstep.cmd.DockerCommand
Packages that use DockerCommand
- 
Uses of DockerCommand in org.jenkinsci.plugins.dockerbuildstep
Methods in org.jenkinsci.plugins.dockerbuildstep that return DockerCommandMethods in org.jenkinsci.plugins.dockerbuildstep that return types with arguments of type DockerCommandConstructors in org.jenkinsci.plugins.dockerbuildstep with parameters of type DockerCommand - 
Uses of DockerCommand in org.jenkinsci.plugins.dockerbuildstep.cmd
Subclasses of DockerCommand in org.jenkinsci.plugins.dockerbuildstep.cmdModifier and TypeClassDescriptionclassThis command commits changes done in specified container and create new image from it.classThis command creates new container from specified image.classThis command creates a new image from specified Dockerfile.classclassclassclassThis command kills specified container(s).classThis command pulls Docker image from a repository.classThis command pushes a Docker image on the repository.classThis command removes all Docker containers.classThis command removes specified Docker container(s).classThis command removes specified Docker image.classThis command restarts specified Docker container(s).classThis command saves the specified Docker image.classThis command starts all containers create from specified image ID.classThis command starts one or more Docker containers.classThis command stop all Docker containers.classThis command stops all containers create from specified image ID.classThis command stops one or more Docker containers.classThis command tags the specified Docker image.Methods in org.jenkinsci.plugins.dockerbuildstep.cmd that return types with arguments of type DockerCommandConstructor parameters in org.jenkinsci.plugins.dockerbuildstep.cmd with type arguments of type DockerCommandModifierConstructorDescriptionprotectedDockerCommandDescriptor(Class<? extends DockerCommand> clazz)