Uses of Class
com.atlassian.bamboo.plugins.rest.model.build.RestResults
Packages that use RestResults
Package
Description
-
Uses of RestResults in com.atlassian.bamboo.plugins.rest.resource
Methods in com.atlassian.bamboo.plugins.rest.resource that return RestResultsModifier and TypeMethodDescriptionResultResource.getBranchHistory
(String projectKey, String buildKey, String branchName, String expandParam, boolean favouriteParam, String labelParam, String issueKeyParam, boolean allStatesParam, String lifecycleStateParam, boolean continuableParam, boolean buildStateParam, int startIndexParam, int maxResultsParam, javax.ws.rs.core.UriInfo uriInfo) ResultResource.getBuildHistory
(String projectKey, String buildKey, String expandParam, boolean favouriteParam, String labelParam, String issueKeyParam, boolean allStatesParam, String lifecycleStateParam, boolean continuableParam, boolean buildStateParam, int startIndexParam, int maxResultsParam, javax.ws.rs.core.UriInfo uriInfo) ResultResource.getBuildResultsForChangeset
(String changesetId, javax.ws.rs.core.UriInfo uriInfo) ResultResource.getBuildResultsForCheckoutChangeset
(String changesetId, javax.ws.rs.core.UriInfo uriInfo) ResultResource.getLatestBuildResults
(String expandParam, boolean favouriteParam, String labelParam, String issueKeyParam, boolean allStatesParam, String lifecycleStateParam, boolean continuableParam, String buildStateParam, int startIndexParam, int maxResultsParam, javax.ws.rs.core.UriInfo uriInfo) ResultResource.getLatestBuildResultsForProject
(String projectKey, String expandParam, boolean favouriteParam, String labelParam, String issueKeyParam, boolean allStatesParam, String lifecycleStateParam, boolean continuableParam, String buildStateParam, int startIndexParam, int maxResultsParam, javax.ws.rs.core.UriInfo uriInfo) -
Uses of RestResults in com.atlassian.bamboo.plugins.rest.service
Methods in com.atlassian.bamboo.plugins.rest.service that return RestResultsModifier and TypeMethodDescriptionResultService.getBranchHistoryList
(String projectKey, String buildKey, String branchName, javax.ws.rs.core.UriInfo uriInfo, RestAuthenticationContext restAuthenticationContext) Does not return Specs-related resultsResultServiceImpl.getBranchHistoryList
(String projectKey, String buildKey, String branchName, javax.ws.rs.core.UriInfo uriInfo, RestAuthenticationContext restAuthenticationContext) ResultService.getBuildHistoryList
(String projectKey, String buildKey, javax.ws.rs.core.UriInfo uriInfo, RestAuthenticationContext restAuthenticationContext) Does not return Specs-related resultsResultServiceImpl.getBuildHistoryList
(String projectKey, String buildKey, javax.ws.rs.core.UriInfo uriInfo, RestAuthenticationContext restAuthenticationContext) ResultService.getBuildResultsForChangeSetId
(String changeSetId, javax.ws.rs.core.UriInfo uriInfo, RestAuthenticationContext restAuthenticationContext) ResultServiceImpl.getBuildResultsForChangeSetId
(String changeSetId, javax.ws.rs.core.UriInfo uriInfo, RestAuthenticationContext restAuthenticationContext) ResultService.getBuildResultsForCheckoutChangeSetId
(String changeSetId, javax.ws.rs.core.UriInfo uriInfo, RestAuthenticationContext restAuthenticationContext) ResultServiceImpl.getBuildResultsForCheckoutChangeSetId
(String changeSetId, javax.ws.rs.core.UriInfo uriInfo, RestAuthenticationContext restAuthenticationContext) ResultService.getLatestBuildResults
(javax.ws.rs.core.UriInfo uriInfo, RestAuthenticationContext restAuthenticationContext) Does not return Specs-related resultsResultServiceImpl.getLatestBuildResults
(javax.ws.rs.core.UriInfo uriInfo, RestAuthenticationContext restAuthenticationContext) ResultService.getLatestBuildResultsForProject
(String projectKey, javax.ws.rs.core.UriInfo uriInfo, RestAuthenticationContext restAuthenticationContext) Does not return Specs-related resultsResultServiceImpl.getLatestBuildResultsForProject
(String projectKey, javax.ws.rs.core.UriInfo uriInfo, RestAuthenticationContext restAuthenticationContext) protected RestResults
ResultServiceImpl.prepareBuildHistoryResponse
(List<? extends ResultsSummary> buildResultsSummaries, int size, org.apache.commons.lang3.Range<Integer> range, javax.ws.rs.core.UriInfo uriInfo) protected RestResults
ResultServiceImpl.prepareBuildHistoryResponse
(List<? extends ResultsSummary> buildResultsSummaries, javax.ws.rs.core.UriInfo uriInfo)