|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.greenhopper.global.AbstractLoggable
com.atlassian.greenhopper.web.AbstractResource
com.atlassian.greenhopper.web.api.RankResource
public class RankResource
TODO
| Field Summary |
|---|
| Fields inherited from class com.atlassian.greenhopper.global.AbstractLoggable |
|---|
logger |
| Constructor Summary | |
|---|---|
RankResource(RankHelper rankHelper)
|
|
| Method Summary | |
|---|---|
javax.ws.rs.core.Response |
rankAfter(RankAfterRequest rankAfterRequest)
Attempts to rank issues after a specified issue, using the specified global rank custom field, via PUT method. |
javax.ws.rs.core.Response |
rankBefore(RankBeforeRequest rankBeforeRequest)
Attempts to rank issues before a specified issue, using the specified global rank custom field, via PUT method. |
| Methods inherited from class com.atlassian.greenhopper.web.AbstractResource |
|---|
check, createErrorResponse, createFromServiceOutcome, createNoContentResponse, createOkResponse, createOkResponse, getUser, 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 |
|---|
public RankResource(RankHelper rankHelper)
| Method Detail |
|---|
public javax.ws.rs.core.Response rankBefore(RankBeforeRequest rankBeforeRequest)
rankBeforeRequest - the encoded request in application/json format
public javax.ws.rs.core.Response rankAfter(RankAfterRequest rankAfterRequest)
rankAfterRequest - the encoded request in application/json format
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||