Class PolarisCliInstaller
java.lang.Object
hudson.tools.ToolInstaller
com.blackduck.integration.jenkins.polaris.extensions.tools.PolarisCliInstaller
- All Implemented Interfaces:
ExtensionPoint
,Describable<ToolInstaller>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class hudson.tools.ToolInstaller
ToolInstaller.ToolInstallerEntry, ToolInstaller.ToolInstallerList
Nested 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 tool, Node node, TaskListener log) Methods inherited from class hudson.tools.ToolInstaller
appliesTo, getDescriptor, getLabel, preferredLocation, setTool
-
Constructor Details
-
PolarisCliInstaller
-
-
Method Details
-
performInstallation
public FilePath performInstallation(ToolInstallation tool, Node node, TaskListener log) throws IOException, InterruptedException - Specified by:
performInstallation
in classToolInstaller
- Throws:
IOException
InterruptedException
-