Package caphyon.jenkins.advinst
Class AdvinstInstaller
- java.lang.Object
-
- hudson.tools.ToolInstaller
-
- caphyon.jenkins.advinst.AdvinstInstaller
-
- All Implemented Interfaces:
ExtensionPoint,Describable<ToolInstaller>
public final class AdvinstInstaller extends ToolInstaller
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdvinstInstaller.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 AdvinstInstaller(String label, String advinstVersion, Secret advinstLicense, boolean advinstEnablePowerShell)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetAdvinstEnablePowerShell()SecretgetAdvinstLicense()StringgetAdvinstVersion()FilePathperformInstallation(ToolInstallation tool, Node node, TaskListener listener)-
Methods inherited from class hudson.tools.ToolInstaller
appliesTo, getDescriptor, getLabel, preferredLocation, setTool
-
-
-
-
Method Detail
-
getAdvinstVersion
public String getAdvinstVersion()
-
getAdvinstLicense
public Secret getAdvinstLicense()
-
getAdvinstEnablePowerShell
public boolean getAdvinstEnablePowerShell()
-
performInstallation
public FilePath performInstallation(ToolInstallation tool, Node node, TaskListener listener) throws IOException, InterruptedException
- Specified by:
performInstallationin classToolInstaller- Throws:
IOExceptionInterruptedException
-
-