|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.greenhopper.global.AbstractLoggable com.atlassian.greenhopper.web.AbstractResource com.atlassian.greenhopper.web.rapid.plan.SprintMarkerResource
public class SprintMarkerResource
Resource for adding, editing and deleting sprint markers
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 | |
---|---|
SprintMarkerResource()
|
Method Summary | |
---|---|
javax.ws.rs.core.Response |
addSprintMarker(AddSprintMarkerRequest addSprintMarkerRequest)
|
javax.ws.rs.core.Response |
removeSprintMarker(java.lang.Long rapidViewId,
java.lang.Long markerId)
|
javax.ws.rs.core.Response |
updateSprintMarker(UpdateSprintMarkerRequest updateSprintMarkerRequest)
|
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 |
---|
public SprintMarkerResource()
Method Detail |
---|
public javax.ws.rs.core.Response addSprintMarker(AddSprintMarkerRequest addSprintMarkerRequest)
public javax.ws.rs.core.Response updateSprintMarker(UpdateSprintMarkerRequest updateSprintMarkerRequest)
public javax.ws.rs.core.Response removeSprintMarker(java.lang.Long rapidViewId, java.lang.Long markerId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |