Class PolarisCliInstaller
- java.lang.Object
-
- hudson.tools.ToolInstaller
-
- com.synopsys.integration.jenkins.polaris.extensions.tools.PolarisCliInstaller
-
- All Implemented Interfaces:
hudson.ExtensionPoint
,hudson.model.Describable<hudson.tools.ToolInstaller>
public class PolarisCliInstaller extends hudson.tools.ToolInstaller
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PolarisCliInstaller.DescriptorImpl
-
Constructor Summary
Constructors Constructor Description PolarisCliInstaller(java.lang.String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description hudson.FilePath
performInstallation(hudson.tools.ToolInstallation tool, hudson.model.Node node, hudson.model.TaskListener log)
-
-
-
Method Detail
-
performInstallation
public hudson.FilePath performInstallation(hudson.tools.ToolInstallation tool, hudson.model.Node node, hudson.model.TaskListener log) throws java.io.IOException, java.lang.InterruptedException
- Specified by:
performInstallation
in classhudson.tools.ToolInstaller
- Throws:
java.io.IOException
java.lang.InterruptedException
-
-