Class PolarisCliInstaller
- java.lang.Object
-
- hudson.tools.ToolInstaller
-
- com.blackduck.integration.jenkins.polaris.extensions.tools.PolarisCliInstaller
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<ToolInstaller>
public class PolarisCliInstaller extends ToolInstaller
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PolarisCliInstaller.DescriptorImpl
-
Nested 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 Constructor Description PolarisCliInstaller(String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilePath
performInstallation(ToolInstallation tool, Node node, TaskListener log)
-
Methods inherited from class hudson.tools.ToolInstaller
appliesTo, getDescriptor, getLabel, preferredLocation, setTool
-
-
-
-
Constructor Detail
-
PolarisCliInstaller
@DataBoundConstructor public PolarisCliInstaller(String label)
-
-
Method Detail
-
performInstallation
public FilePath performInstallation(ToolInstallation tool, Node node, TaskListener log) throws IOException, InterruptedException
- Specified by:
performInstallation
in classToolInstaller
- Throws:
IOException
InterruptedException
-
-