Package hudson.tools

Class DownloadFromUrlInstaller

  • All Implemented Interfaces:
    ExtensionPoint, Describable<ToolInstaller>
    Direct Known Subclasses:
    Maven.MavenInstaller

    public abstract class DownloadFromUrlInstaller
    extends ToolInstaller
    Partial convenience implementation of ToolInstaller that just downloads an archive from the URL and extracts it.

    Each instance of this is configured to download from a specific URL identified by an ID.

    Since:
    1.308
    Author:
    Kohsuke Kawaguchi