Class DockerToolInstaller
java.lang.Object
hudson.tools.ToolInstaller
org.jenkinsci.plugins.docker.commons.tools.DockerToolInstaller
- All Implemented Interfaces:
ExtensionPoint,Describable<ToolInstaller>
Download and install Docker CLI binary, see https://docs.docker.com/engine/installation/binaries/
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class hudson.tools.ToolInstaller
ToolInstaller.ToolInstallerEntry, ToolInstaller.ToolInstallerListNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from class hudson.tools.ToolInstaller
tool -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionperformInstallation(ToolInstallation toolInstallation, Node node, TaskListener listener) Methods inherited from class hudson.tools.ToolInstaller
appliesTo, getDescriptor, getLabel, preferredLocation, setTool
-
Constructor Details
-
DockerToolInstaller
-
-
Method Details
-
getVersion
-
performInstallation
public FilePath performInstallation(ToolInstallation toolInstallation, @NonNull Node node, TaskListener listener) throws IOException, InterruptedException - Specified by:
performInstallationin classToolInstaller- Throws:
IOExceptionInterruptedException
-