Uses of Class
hudson.tools.DownloadFromUrlInstaller.Installable
-
Packages that use DownloadFromUrlInstaller.Installable Package Description hudson.tools -
-
Uses of DownloadFromUrlInstaller.Installable in hudson.tools
Subclasses of DownloadFromUrlInstaller.Installable in hudson.tools Modifier and Type Class Description class
DownloadFromUrlInstaller.NodeSpecificInstallable
Convenient abstract class to implement a NodeSpecificInstallable based on an existing InstallableFields in hudson.tools declared as DownloadFromUrlInstaller.Installable Modifier and Type Field Description DownloadFromUrlInstaller.Installable[]
DownloadFromUrlInstaller.InstallableList. list
Methods in hudson.tools that return DownloadFromUrlInstaller.Installable Modifier and Type Method Description DownloadFromUrlInstaller.Installable
DownloadFromUrlInstaller. getInstallable()
Gets theDownloadFromUrlInstaller.Installable
identified byDownloadFromUrlInstaller.id
.Methods in hudson.tools that return types with arguments of type DownloadFromUrlInstaller.Installable Modifier and Type Method Description List<? extends DownloadFromUrlInstaller.Installable>
DownloadFromUrlInstaller.DescriptorImpl. getInstallables()
List of installable tools.Methods in hudson.tools with parameters of type DownloadFromUrlInstaller.Installable Modifier and Type Method Description protected boolean
DownloadFromUrlInstaller. isUpToDate(FilePath expectedLocation, DownloadFromUrlInstaller.Installable i)
Checks if the specified expected location already contains the installed version of the tool.Constructors in hudson.tools with parameters of type DownloadFromUrlInstaller.Installable Constructor Description NodeSpecificInstallable(DownloadFromUrlInstaller.Installable inst)
-