Package hudson.tools
Class ToolInstaller.ToolInstallerList
- java.lang.Object
-
- hudson.tools.ToolInstaller.ToolInstallerList
-
- Enclosing class:
- ToolInstaller
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public static final class ToolInstaller.ToolInstallerList extends Object
-
-
Field Summary
Fields Modifier and Type Field Description ToolInstaller.ToolInstallerEntry[]
list
the list ofToolInstaller.ToolInstallerEntry
-
Constructor Summary
Constructors Constructor Description ToolInstallerList()
-
-
-
Field Detail
-
list
public ToolInstaller.ToolInstallerEntry[] list
the list ofToolInstaller.ToolInstallerEntry
-
-