Modifier and Type | Class and Description |
---|---|
class |
ResultDetails |
Modifier and Type | Field and Description |
---|---|
protected List<Result> |
RestResultList.results |
Modifier and Type | Method and Description |
---|---|
protected Result |
RestResultExpander.expandInternal(Result build) |
Modifier and Type | Method and Description |
---|---|
List<Result> |
RestResultList.getResults() |
Modifier and Type | Method and Description |
---|---|
protected Result |
RestResultExpander.expandInternal(Result build) |
Modifier and Type | Method and Description |
---|---|
void |
RestResultList.setResults(List<Result> results) |
Constructor and Description |
---|
RestResultList(int size,
org.apache.commons.lang3.Range<Integer> range,
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<Result> callback) |
Modifier and Type | Class and Description |
---|---|
class |
RestChainResult |
class |
RestChainResultDetails |
Modifier and Type | Method and Description |
---|---|
Result |
ResultResource.getBuild(String projectKey,
String buildKey,
String buildNumber,
String expandParam,
boolean favouriteParam,
int startIndexParam,
int maxResultsParam,
javax.ws.rs.core.UriInfo uriInfo,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
Provide build result specified by projectKey-buildKey-buildNumber.
|
Result |
ResultResource.getBuildAlias(String projectKey,
String buildKey,
String buildNumber,
String expandParam,
boolean favouriteParam,
int startIndexParam,
int maxResultsParam,
javax.ws.rs.core.UriInfo uriInfo,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
Provide build result specified by projectKey-buildKey-buildNumber.
|
Modifier and Type | Method and Description |
---|---|
Result |
ResultService.getBuildResult(String projectKey,
String buildKey,
String buildNumber,
javax.ws.rs.core.UriInfo uriInfo,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
Get the build result for the given parameters.
|
Result |
ResultServiceImpl.getBuildResult(String projectKey,
String buildKey,
String buildNumber,
javax.ws.rs.core.UriInfo uriInfo,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.