Package io.snyk.jenkins.tools
Class SnykInstaller
java.lang.Object
hudson.tools.ToolInstaller
io.snyk.jenkins.tools.SnykInstaller
- 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
ConstructorsConstructorDescriptionSnykInstaller
(String label, String version, Long updatePolicyIntervalHours, PlatformItem platform) -
Method Summary
Modifier and TypeMethodDescriptionperformInstallation
(ToolInstallation tool, Node node, TaskListener listener) Methods inherited from class hudson.tools.ToolInstaller
appliesTo, getDescriptor, getLabel, preferredLocation, setTool
-
Constructor Details
-
SnykInstaller
@DataBoundConstructor public SnykInstaller(String label, String version, Long updatePolicyIntervalHours, PlatformItem platform)
-
-
Method Details
-
performInstallation
public FilePath performInstallation(ToolInstallation tool, Node node, TaskListener listener) throws IOException, InterruptedException - Specified by:
performInstallation
in classToolInstaller
- Throws:
IOException
InterruptedException
-
getVersion
-
getUpdatePolicyIntervalHours
-
getPlatform
-