Class SonargraphBuildInstaller
- java.lang.Object
-
- hudson.tools.ToolInstaller
-
- hudson.tools.DownloadFromUrlInstaller
-
- com.hello2morrow.sonargraph.integration.jenkins.tool.SonargraphBuildInstaller
-
- All Implemented Interfaces:
hudson.ExtensionPoint
,hudson.model.Describable<hudson.tools.ToolInstaller>
public final class SonargraphBuildInstaller extends hudson.tools.DownloadFromUrlInstaller
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SonargraphBuildInstaller.DescriptorImpl
-
Nested classes/interfaces inherited from class hudson.tools.DownloadFromUrlInstaller
hudson.tools.DownloadFromUrlInstaller.Installable, hudson.tools.DownloadFromUrlInstaller.InstallableList, hudson.tools.DownloadFromUrlInstaller.NodeSpecificInstallable
-
-
Constructor Summary
Constructors Constructor Description SonargraphBuildInstaller(String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description hudson.tools.DownloadFromUrlInstaller.Installable
getInstallable()
-
Methods inherited from class hudson.tools.DownloadFromUrlInstaller
findPullUpDirectory, isUpToDate, performInstallation
-
-
-
-
Constructor Detail
-
SonargraphBuildInstaller
@DataBoundConstructor public SonargraphBuildInstaller(String id)
-
-
Method Detail
-
getInstallable
public hudson.tools.DownloadFromUrlInstaller.Installable getInstallable() throws IOException
- Overrides:
getInstallable
in classhudson.tools.DownloadFromUrlInstaller
- Throws:
IOException
-
-