Package hudson.tools
Class ToolInstaller.ToolInstallerEntry
- java.lang.Object
-
- hudson.tools.ToolInstaller.ToolInstallerEntry
-
- Enclosing class:
- ToolInstaller
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public static final class ToolInstaller.ToolInstallerEntry extends Object
-
-
Constructor Summary
Constructors Constructor Description ToolInstallerEntry()
public default constructor needed by the JSON parserToolInstallerEntry(String id, String name, String url)
The constructor
-