Class DependencyCheckInstaller
java.lang.Object
hudson.tools.ToolInstaller
hudson.tools.DownloadFromUrlInstaller
org.jenkinsci.plugins.DependencyCheck.tools.DependencyCheckInstaller
- All Implemented Interfaces:
ExtensionPoint
,Describable<ToolInstaller>
Download and installs Dependency-Check CLI.
- Since:
- 5.0.0
- Author:
- Steve Springett (steve.springett@owasp.org)
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.tools.DownloadFromUrlInstaller
DownloadFromUrlInstaller.Installable, DownloadFromUrlInstaller.InstallableList, DownloadFromUrlInstaller.NodeSpecificInstallable
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.DownloadFromUrlInstaller
id
Fields inherited from class hudson.tools.ToolInstaller
tool
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionperformInstallation
(ToolInstallation tool, Node node, TaskListener log) Methods inherited from class hudson.tools.DownloadFromUrlInstaller
findPullUpDirectory, getInstallable, isUpToDate
Methods inherited from class hudson.tools.ToolInstaller
appliesTo, getDescriptor, getLabel, preferredLocation, setTool
-
Constructor Details
-
DependencyCheckInstaller
-
-
Method Details
-
performInstallation
public FilePath performInstallation(ToolInstallation tool, Node node, TaskListener log) throws IOException, InterruptedException - Overrides:
performInstallation
in classDownloadFromUrlInstaller
- Throws:
IOException
InterruptedException
-