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

Packages that use AbstractRestBuild
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 AbstractRestBuild in com.atlassian.bamboo.plugins.rest.model.build
 

Subclasses of AbstractRestBuild in com.atlassian.bamboo.plugins.rest.model.build
 class BaseBuild
           
 class BaseBuildDetails
           
 class Build
           
 class BuildDetails
           
 class Result
           
 class ResultDetails
           
 

Methods in com.atlassian.bamboo.plugins.rest.model.build that return AbstractRestBuild
protected  AbstractRestBuild RestBuildExpander.expandInternal(AbstractRestBuild build)
           
 

Methods in com.atlassian.bamboo.plugins.rest.model.build that return types with arguments of type AbstractRestBuild
 java.util.List<AbstractRestBuild> RestResultList.getBuilds()
           
 java.util.List<AbstractRestBuild> RestBuildList.getBuilds()
           
abstract  java.util.List<AbstractRestBuild> BaseRestBuildList.getBuilds()
           
 

Methods in com.atlassian.bamboo.plugins.rest.model.build with parameters of type AbstractRestBuild
protected  AbstractRestBuild RestBuildExpander.expandInternal(AbstractRestBuild build)
           
 

Constructor parameters in com.atlassian.bamboo.plugins.rest.model.build with type arguments of type AbstractRestBuild
BaseRestBuildList(int size, org.apache.commons.lang.math.IntRange range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<AbstractRestBuild> callback)
           
RestBuildList(int size, org.apache.commons.lang.math.IntRange range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<AbstractRestBuild> callback)
           
RestResultList(int size, org.apache.commons.lang.math.IntRange range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<AbstractRestBuild> callback)
           
 

Uses of AbstractRestBuild in com.atlassian.bamboo.plugins.rest.model.chain
 

Subclasses of AbstractRestBuild in com.atlassian.bamboo.plugins.rest.model.chain
 class RestChainResult
           
 class RestChainResultDetails
           
 

Uses of AbstractRestBuild in com.atlassian.bamboo.plugins.rest.resource
 

Methods in com.atlassian.bamboo.plugins.rest.resource that return AbstractRestBuild
 AbstractRestBuild 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)

 AbstractRestBuild BuildResource.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)

 AbstractRestBuild 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)
           
 AbstractRestBuild BuildResource.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)
           
 AbstractRestBuild BuildResource.getBuildAlias2(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 AbstractRestBuild in com.atlassian.bamboo.plugins.rest.service
 

Methods in com.atlassian.bamboo.plugins.rest.service with type parameters of type AbstractRestBuild
<T extends AbstractRestBuild>
T
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, java.lang.Class<T> aClass)
           
<T extends AbstractRestBuild>
T
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, java.lang.Class<T> aClass)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.