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 SummaryNested ClassesNested classes/interfaces inherited from class hudson.tools.ToolInstallerToolInstaller.ToolInstallerEntry, ToolInstaller.ToolInstallerListNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Field SummaryFields inherited from class hudson.tools.ToolInstallertool
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionperformInstallation(ToolInstallation toolInstallation, Node node, TaskListener listener) Methods inherited from class hudson.tools.ToolInstallerappliesTo, getDescriptor, getLabel, preferredLocation, setTool
- 
Constructor Details- 
DockerToolInstaller
 
- 
- 
Method Details- 
getVersion
- 
performInstallationpublic FilePath performInstallation(ToolInstallation toolInstallation, @NonNull Node node, TaskListener listener) throws IOException, InterruptedException - Specified by:
- performInstallationin class- ToolInstaller
- Throws:
- IOException
- InterruptedException
 
 
-