Uses of Class
hudson.model.DownloadService.Downloadable
-
Packages that use DownloadService.Downloadable Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.tools -
-
Uses of DownloadService.Downloadable in hudson.model
Methods in hudson.model that return DownloadService.Downloadable Modifier and Type Method Description static DownloadService.Downloadable
DownloadService.Downloadable. get(Class<?> clazz)
Returns theDownloadService.Downloadable
that has an ID associated with the specified class (as computed viaidFor(Class)
).static DownloadService.Downloadable
DownloadService.Downloadable. get(String id)
Returns theDownloadService.Downloadable
that has the given ID.DownloadService.Downloadable
DownloadService. getById(String id)
GetsDownloadService.Downloadable
by its ID.Methods in hudson.model that return types with arguments of type DownloadService.Downloadable Modifier and Type Method Description static ExtensionList<DownloadService.Downloadable>
DownloadService.Downloadable. all()
Returns all the registeredDownloadService.Downloadable
s. -
Uses of DownloadService.Downloadable in hudson.tools
Methods in hudson.tools that return DownloadService.Downloadable Modifier and Type Method Description DownloadService.Downloadable
DownloadFromUrlInstaller.DescriptorImpl. createDownloadable()
function that creates aDownloadService.Downloadable
.
-