All Classes and Interfaces
Class
Description
Parser for bind mount definitions.
Util class to for docker commands.
This command commits changes done in specified container and create new image from it.
A Callable wrapping the commit command.
A helper class which offers various types of logging.
This command creates new container from specified image.
A Callable wrapping the commands necessary to create a container.
This command creates a new image from specified Dockerfile.
A Callable wrapping the commands necessary to create an image.
Build step which executes various Docker commands via Docker REST API.
Parent class of all Docker commands.
Console annotator which annotates Docker messages using
DockerConsoleNote
.Annotator which adds color highlighting.
Jenkins action to add a 'Console Output' like page for the Docker container output.
Deprecated.
This contributor adds various Docker relate variable like container IDs or IP addresses into build environment
variables.
Stream support should be rolled into docker-java, see https://github.com/docker-java/docker-java/issues/42.
Stream support should be rolled into docker-java, see https://github.com/docker-java/docker-java/issues/42.
Stream support should be rolled into docker-java, see https://github.com/docker-java/docker-java/issues/42.
Post build step which stops and removes the Docker container.
Helper invisible action which is used for exchanging information between
DockerCommand
s and other object like
DockerEnvContributor
.A Callable wrapping the exec create command.
A Callable wrapping the exec start command.
This command kills specified container(s).
A Callable wrapping the kill container command.
A Callable wrapping the list containers command.
Parser for port mapping definitions that define how exposed container ports
are mapped to host ports of the Docker server.
This command pulls Docker image from a repository.
A Callable wrapping the pull command.
This command pushes a Docker image on the repository.
A Callable wrapping the push command.
This command removes all Docker containers.
This command removes specified Docker container(s).
A Callable wrapping the remove container command.
This command removes specified Docker image.
A Callable wrapping the remove image command.
Convenient class for resolving/expanding various variabales.
This command restarts specified Docker container(s).
A Callable wrapping the restart container command.
This command saves the specified Docker image.
A Callable wrapping the save image command.
This command starts all containers create from specified image ID.
This command starts one or more Docker containers.
A Callable wrapping the start container command.
This command stop all Docker containers.
This command stops all containers create from specified image ID.
This command stops one or more Docker containers.
A Callable wrapping the stop container command.
This command tags the specified Docker image.
A Callable wrapping the tag image command.
A Callable wrapping the inspect container command.