Uses of Class
hudson.tools.DownloadFromUrlInstaller.Installable

Packages that use DownloadFromUrlInstaller.Installable
hudson.tools   
 

Uses of DownloadFromUrlInstaller.Installable in hudson.tools
 

Fields in hudson.tools declared as DownloadFromUrlInstaller.Installable
 DownloadFromUrlInstaller.Installable[] DownloadFromUrlInstaller.InstallableList.list
           
 

Methods in hudson.tools that return DownloadFromUrlInstaller.Installable
 DownloadFromUrlInstaller.Installable DownloadFromUrlInstaller.getInstallable()
          Gets the DownloadFromUrlInstaller.Installable identified by DownloadFromUrlInstaller.id.
 

Methods in hudson.tools that return types with arguments of type DownloadFromUrlInstaller.Installable
 List<? extends DownloadFromUrlInstaller.Installable> DownloadFromUrlInstaller.DescriptorImpl.getInstallables()
          List of installable tools.
 

Methods in hudson.tools with parameters of type DownloadFromUrlInstaller.Installable
protected  boolean DownloadFromUrlInstaller.isUpToDate(FilePath expectedLocation, DownloadFromUrlInstaller.Installable i)
          Checks if the specified expected location already contains the installed version of the tool.
 



Copyright © 2004-2013. All Rights Reserved.