Uses of Class
com.atlassian.bamboo.plugins.rest.model.build.Result
Package
Description
-
Uses of Result in com.atlassian.bamboo.plugins.rest.model.build
Modifier and TypeMethodDescriptionprotected Result
RestResultExpander.expandInternal
(Result build) Modifier and TypeMethodDescriptionprotected Result
RestResultExpander.expandInternal
(Result build) ModifierConstructorDescriptionRestResultList
(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapperCallback<Result> callback) -
Uses of Result in com.atlassian.bamboo.plugins.rest.model.chain
-
Uses of Result in com.atlassian.bamboo.plugins.rest.resource
Modifier and TypeMethodDescriptionResultResource.getBuild
(String projectKey, String buildKey, String buildNumber, String expandParam, boolean showBuildPositions, javax.ws.rs.core.UriInfo uriInfo) ResultResource.getBuildAlias
(String projectKey, String buildKey, String buildNumber, String expandParam, javax.ws.rs.core.UriInfo uriInfo) -
Uses of Result in com.atlassian.bamboo.plugins.rest.service
Modifier and TypeMethodDescriptionResultService.getBuildResult
(String projectKey, String buildKey, String buildNumber, javax.ws.rs.core.UriInfo uriInfo, RestAuthenticationContext restAuthenticationContext) Get the build result for the given parameters.ResultServiceImpl.getBuildResult
(String projectKey, String buildKey, String buildNumber, javax.ws.rs.core.UriInfo uriInfo, RestAuthenticationContext restAuthenticationContext)