Package io.jenkins.plugins
Class ProvarAutomation.ProvarAutomationInstaller
- java.lang.Object
-
- hudson.tools.ToolInstaller
-
- hudson.tools.DownloadFromUrlInstaller
-
- io.jenkins.plugins.ProvarAutomation.ProvarAutomationInstaller
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<ToolInstaller>
- Enclosing class:
- ProvarAutomation
public static class ProvarAutomation.ProvarAutomationInstaller extends DownloadFromUrlInstaller
Automatic Provar installer.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ProvarAutomation.ProvarAutomationInstaller.DescriptorImpl
-
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
Constructors Constructor Description ProvarAutomationInstaller(String id)
-
Method Summary
-
Methods inherited from class hudson.tools.DownloadFromUrlInstaller
findPullUpDirectory, getInstallable, isUpToDate, performInstallation
-
Methods inherited from class hudson.tools.ToolInstaller
appliesTo, getDescriptor, getLabel, preferredLocation, setTool
-
-
-
-
Constructor Detail
-
ProvarAutomationInstaller
@DataBoundConstructor public ProvarAutomationInstaller(String id)
-
-