|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Result in com.atlassian.bamboo.plugins.rest.model.build |
---|
Subclasses of Result in com.atlassian.bamboo.plugins.rest.model.build | |
---|---|
class |
ResultDetails
|
Methods in com.atlassian.bamboo.plugins.rest.model.build that return Result | |
---|---|
protected Result |
RestResultExpander.expandInternal(Result build)
|
Methods in com.atlassian.bamboo.plugins.rest.model.build that return types with arguments of type Result | |
---|---|
java.util.List<Result> |
RestResultList.getResults()
|
Methods in com.atlassian.bamboo.plugins.rest.model.build with parameters of type Result | |
---|---|
protected Result |
RestResultExpander.expandInternal(Result build)
|
Constructor parameters in com.atlassian.bamboo.plugins.rest.model.build with type arguments of type Result | |
---|---|
RestResultList(int size,
org.apache.commons.lang.math.IntRange range,
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<Result> callback)
|
Uses of Result in com.atlassian.bamboo.plugins.rest.model.chain |
---|
Subclasses of Result in com.atlassian.bamboo.plugins.rest.model.chain | |
---|---|
class |
RestChainResult
|
class |
RestChainResultDetails
|
Uses of Result in com.atlassian.bamboo.plugins.rest.resource |
---|
Methods in com.atlassian.bamboo.plugins.rest.resource that return Result | |
---|---|
Result |
ResultResource.getBuild(java.lang.String projectKey,
java.lang.String buildKey,
java.lang.String buildNumber,
javax.ws.rs.core.UriInfo uriInfo,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
Used to retrieve build result for specified build number (or latest build) Should be invoked as /rest/api/latest/build/PROJECTKEY-BUILDKEY-BUILDNUMBER or /rest/api/latest/build/PROJECTKEY-BUILDKEY/latest Possible expand parameters: artifacts - list of url for artifacts produced by build (at least build log url) |
Result |
ResultResource.getBuildAlias(java.lang.String projectKey,
java.lang.String buildKey,
java.lang.String buildNumber,
javax.ws.rs.core.UriInfo uriInfo,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
|
Uses of Result in com.atlassian.bamboo.plugins.rest.service |
---|
Methods in com.atlassian.bamboo.plugins.rest.service that return Result | |
---|---|
Result |
ResultServiceImpl.getBuildResult(java.lang.String projectKey,
java.lang.String buildKey,
java.lang.String buildNumber,
javax.ws.rs.core.UriInfo uriInfo,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
|
Result |
ResultService.getBuildResult(java.lang.String projectKey,
java.lang.String buildKey,
java.lang.String buildNumber,
javax.ws.rs.core.UriInfo uriInfo,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |