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 TypeClassDescriptionclass
This command commits changes done in specified container and create new image from it.class
This command creates new container from specified image.class
This command creates a new image from specified Dockerfile.class
class
class
class
This command kills specified container(s).class
This command pulls Docker image from a repository.class
This command pushes a Docker image on the repository.class
This command removes all Docker containers.class
This command removes specified Docker container(s).class
This command removes specified Docker image.class
This command restarts specified Docker container(s).class
This command saves the specified Docker image.class
This command starts all containers create from specified image ID.class
This command starts one or more Docker containers.class
This command stop all Docker containers.class
This command stops all containers create from specified image ID.class
This command stops one or more Docker containers.class
This 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 DockerCommandModifierConstructorDescriptionprotected
DockerCommandDescriptor
(Class<? extends DockerCommand> clazz)