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
-
Field Summary
-
Constructor Summary
ConstructorDescriptionpublic default constructor needed by the JSON parserToolInstallerEntry
(String id, String name, String url) The constructor -
Method Summary
-
Field Details
-
id
the id of the of the release entry -
name
the name of the release entry -
url
the url of the release
-
-
Constructor Details
-
ToolInstallerEntry
public ToolInstallerEntry()public default constructor needed by the JSON parser -
ToolInstallerEntry
The constructor- Parameters:
id
- the id of the releasename
- the name of the releaseurl
- the URL of thr release
-