com.atlassian.greenhopper.web.rapid.issue
Class CommentResource

java.lang.Object
  extended by com.atlassian.greenhopper.global.AbstractLoggable
      extended by com.atlassian.greenhopper.web.AbstractResource
          extended by com.atlassian.greenhopper.web.rapid.issue.CommentResource

public class CommentResource
extends AbstractResource

Provides issue related rest resources


Field Summary
 
Fields inherited from class com.atlassian.greenhopper.web.AbstractResource
HTTP_HEADER_GREENHOPPER_GADGET
 
Fields inherited from class com.atlassian.greenhopper.global.AbstractLoggable
logger
 
Constructor Summary
CommentResource(CommentModelFactory commentModelFactory, com.atlassian.jira.bc.issue.IssueService issueService)
           
 
Method Summary
 javax.ws.rs.core.Response getAllComments(java.lang.String issueKey)
          Get all comments
 
Methods inherited from class com.atlassian.greenhopper.web.AbstractResource
check, createErrorResponse, createFromServiceOutcome, createNoContentResponse, createOkResponse, createOkResponse, getUser, isGadgetRequest, nullSafe, response
 
Methods inherited from class com.atlassian.greenhopper.global.AbstractLoggable
logDebug, logError, logException, logInfo, logTrace, logWarn, setInfoLogLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentResource

public CommentResource(CommentModelFactory commentModelFactory,
                       com.atlassian.jira.bc.issue.IssueService issueService)
Method Detail

getAllComments

public javax.ws.rs.core.Response getAllComments(java.lang.String issueKey)
Get all comments



Copyright © 2007-2012 Atlassian. All Rights Reserved.