Class DockerTool

java.lang.Object
hudson.tools.ToolInstallation
org.jenkinsci.plugins.docker.commons.tools.DockerTool
All Implemented Interfaces:
ExtensionPoint, Describable<ToolInstallation>, EnvironmentSpecific<DockerTool>, NodeSpecific<DockerTool>, Serializable

public class DockerTool extends ToolInstallation implements EnvironmentSpecific<DockerTool>, NodeSpecific<DockerTool>
An installation of Docker. If nonempty, expected to have an executable file bin/docker. Use <d:selectDockerTool field="toolName" xmlns:d="/lib/docker/commons/"/> to customize.
See Also: