Package hudson.tools

Class DownloadFromUrlInstaller.Installable

java.lang.Object
hudson.tools.DownloadFromUrlInstaller.Installable
Direct Known Subclasses:
DownloadFromUrlInstaller.NodeSpecificInstallable
Enclosing class:
DownloadFromUrlInstaller

public static class DownloadFromUrlInstaller.Installable extends Object
Downloadable and installable tool.
  • Field Details

    • id

      public String id
      Used internally to uniquely identify the name.
    • name

      public String name
      This is the human readable name.
    • url

      public String url
      URL.
  • Constructor Details

    • Installable

      public Installable()