Package hudson.tools
Class DownloadFromUrlInstaller.InstallableList
- java.lang.Object
-
- hudson.tools.DownloadFromUrlInstaller.InstallableList
-
- Enclosing class:
- DownloadFromUrlInstaller
public static class DownloadFromUrlInstaller.InstallableList extends Object
Used for JSON databinding to parse the obtained list.
-
-
Field Summary
Fields Modifier and Type Field Description DownloadFromUrlInstaller.Installable[]
list
-
Constructor Summary
Constructors Constructor Description InstallableList()
-
-
-
Field Detail
-
list
public DownloadFromUrlInstaller.Installable[] list
-
-