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(String projectKey, String buildKey, String buildNumber, javax.ws.rs.core.UriInfo uriInfo, com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
          Provide runtime information for currently executing build result.
 

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

Methods in com.atlassian.bamboo.plugins.rest.service that return RestResultStatus
 RestResultStatus ResultServiceImpl.getResultStatus(String projectKey, String buildKey, String buildNumber, javax.ws.rs.core.UriInfo uriInfo, com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
           
 RestResultStatus ResultService.getResultStatus(String projectKey, String buildKey, String buildNumber, javax.ws.rs.core.UriInfo uriInfo, com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
           
 



Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.