Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.tools |
Modifier and Type | Method and Description |
---|---|
static DownloadService.Downloadable |
DownloadService.Downloadable.get(String id)
Returns the
DownloadService.Downloadable that has the given ID. |
DownloadService.Downloadable |
DownloadService.getById(String id)
Gets
DownloadService.Downloadable by its ID. |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<DownloadService.Downloadable> |
DownloadService.Downloadable.all()
Returns all the registered
DownloadService.Downloadable s. |
Modifier and Type | Class and Description |
---|---|
static class |
JDKInstaller.JDKList
JDK list.
|
Modifier and Type | Method and Description |
---|---|
DownloadService.Downloadable |
DownloadFromUrlInstaller.DescriptorImpl.createDownloadable()
function that creates a
DownloadService.Downloadable . |
Copyright © 2018. All rights reserved.