Package com.checkmarx.jenkins.tools
Class CheckmarxInstaller
- java.lang.Object
-
- hudson.tools.ToolInstaller
-
- com.checkmarx.jenkins.tools.CheckmarxInstaller
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<ToolInstaller>
public class CheckmarxInstaller extends ToolInstaller
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CheckmarxInstaller.CheckmarxInstallerDescriptor
-
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 CheckmarxInstaller(String label, String version, Long updatePolicyIntervalHours)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getUpdatePolicyIntervalHours()
String
getVersion()
FilePath
performInstallation(ToolInstallation toolInstallation, Node node, TaskListener taskListener)
-
Methods inherited from class hudson.tools.ToolInstaller
appliesTo, getDescriptor, getLabel, preferredLocation, setTool
-
-
-
-
Method Detail
-
performInstallation
public FilePath performInstallation(ToolInstallation toolInstallation, Node node, TaskListener taskListener) throws IOException, InterruptedException
- Specified by:
performInstallation
in classToolInstaller
- Throws:
IOException
InterruptedException
-
getVersion
public String getVersion()
-
getUpdatePolicyIntervalHours
public Long getUpdatePolicyIntervalHours()
-
-