com.atlassian.greenhopper.web.rapid.sprint
Class SprintIssuesResource

java.lang.Object
  extended by com.atlassian.greenhopper.global.AbstractLoggable
      extended by com.atlassian.greenhopper.web.AbstractResource
          extended by com.atlassian.greenhopper.web.rapid.sprint.SprintIssuesResource

public class SprintIssuesResource
extends AbstractResource


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
SprintIssuesResource()
           
 
Method Summary
 javax.ws.rs.core.Response addIssueToSprint(java.lang.Long sprintId, java.util.Set<java.lang.String> issueKeys)
           
 javax.ws.rs.core.Response removeIssueFromSprint(java.lang.Long sprintId, java.util.Set<java.lang.String> issueKeys)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SprintIssuesResource

public SprintIssuesResource()
Method Detail

addIssueToSprint

public javax.ws.rs.core.Response addIssueToSprint(java.lang.Long sprintId,
                                                  java.util.Set<java.lang.String> issueKeys)

removeIssueFromSprint

public javax.ws.rs.core.Response removeIssueFromSprint(java.lang.Long sprintId,
                                                       java.util.Set<java.lang.String> issueKeys)


Copyright © 2007-2012 Atlassian. All Rights Reserved.