Uses of Class
com.atlassian.bamboo.plugins.rest.model.build.Result

Packages that use Result
com.atlassian.bamboo.plugins.rest.model.build   
com.atlassian.bamboo.plugins.rest.model.chain   
com.atlassian.bamboo.plugins.rest.resource   
com.atlassian.bamboo.plugins.rest.service   
 

Uses of Result in com.atlassian.bamboo.plugins.rest.model.build
 

Subclasses of Result in com.atlassian.bamboo.plugins.rest.model.build
 class ResultDetails
           
 

Fields in com.atlassian.bamboo.plugins.rest.model.build with type parameters of type Result
protected  java.util.List<Result> RestResultList.results
           
 

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)
           
 

Method parameters in com.atlassian.bamboo.plugins.rest.model.build with type arguments of type Result
 void RestResultList.setResults(java.util.List<Result> results)
           
 

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, java.lang.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(java.lang.String projectKey, java.lang.String buildKey, java.lang.String buildNumber, java.lang.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.
 

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)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.