Package hudson.tools

Class ToolInstaller.ToolInstallerEntry

  • Enclosing class:
    ToolInstaller

    @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
    public static final class ToolInstaller.ToolInstallerEntry
    extends Object
    • Field Detail

      • id

        public String id
        the id of the of the release entry
      • name

        public String name
        the name of the release entry
      • url

        public String url
        the url of the release
    • Constructor Detail

      • ToolInstallerEntry

        public ToolInstallerEntry()
        public default constructor needed by the JSON parser
      • ToolInstallerEntry

        public ToolInstallerEntry​(String id,
                                  String name,
                                  String url)
        The constructor
        Parameters:
        id - the id of the release
        name - the name of the release
        url - the URL of thr release