| Package | Description |
|---|---|
| org.jenkinsci.plugins.fod |
| Modifier and Type | Method and Description |
|---|---|
Release |
FoDAPI.getRelease(Long releaseId) |
Release |
FoDAPI.getRelease(String applicationName,
String releaseName)
Retrieves release info base on application name and release name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Release> |
FoDAPI.getReleaseList()
Retrieves all releases for the tenant, with a limited number of fields populated.
|
List<Release> |
FoDAPI.getReleaseList(Long applicationId)
Retrieves all releases for a given application name, with a limited number of fields populated.
|
List<Release> |
FoDAPI.getReleaseList(String applicationName)
Retrieves all releases for a given application name, with a limited number of fields populated.
|
protected List<Release> |
FodBuilder.DescriptorImpl.getReleasesWithRetry(FoDAPI api,
int maxAttempts) |
Copyright © 2004-2016. All Rights Reserved.