Uses of Class
com.atlassian.bamboo.plugins.rest.model.build.status.RestResultStatus

Packages that use RestResultStatus
com.atlassian.bamboo.plugins.rest.model.build.status   
com.atlassian.bamboo.plugins.rest.resource   
com.atlassian.bamboo.plugins.rest.service   
 

Uses of RestResultStatus in com.atlassian.bamboo.plugins.rest.model.build.status
 

Subclasses of RestResultStatus in com.atlassian.bamboo.plugins.rest.model.build.status
 class RestChainResultStatus
           
 class RestJobResultStatus
           
 

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

Methods in com.atlassian.bamboo.plugins.rest.resource that return RestResultStatus
 RestResultStatus ResultResource.getResultStatus(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 RestResultStatus in com.atlassian.bamboo.plugins.rest.service
 

Methods in com.atlassian.bamboo.plugins.rest.service that return RestResultStatus
 RestResultStatus ResultServiceImpl.getResultStatus(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)
           
 RestResultStatus ResultService.getResultStatus(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.