Uses of Class
com.atlassian.bamboo.plugins.rest.model.build.comment.RestComments

Packages that use RestComments
com.atlassian.bamboo.plugins.rest.documentation   
com.atlassian.bamboo.plugins.rest.resource   
com.atlassian.bamboo.plugins.rest.service   
 

Uses of RestComments in com.atlassian.bamboo.plugins.rest.documentation
 

Fields in com.atlassian.bamboo.plugins.rest.documentation declared as RestComments
static RestComments RestCommentExampleDocument.EXAMPLE_COMMENTS
           
 

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

Methods in com.atlassian.bamboo.plugins.rest.resource that return RestComments
 RestComments ResultResource.getBuildComments(java.lang.String projectKey, java.lang.String buildKey, java.lang.String buildNumber, javax.ws.rs.core.UriInfo uriInfo)
          Provide list of comments for build result specified by projectKey-buildKey-buildNumber.
 

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

Methods in com.atlassian.bamboo.plugins.rest.service that return RestComments
 RestComments ResultServiceImpl.getBuildComments(java.lang.String projectKey, java.lang.String buildKey, java.lang.String buildNumber, javax.ws.rs.core.UriInfo uriInfo)
           
 RestComments ResultService.getBuildComments(java.lang.String projectKey, java.lang.String buildKey, java.lang.String buildNumber, javax.ws.rs.core.UriInfo uriInfo)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.