public class RankResource extends AbstractResource
HTTP_HEADER_GREENHOPPER_GADGET, log| Constructor and Description |
|---|
RankResource(RankHelper rankHelper) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
check, checkResult, createNoContentResponse, createOkResponse, createOkResponse, getUser, isGadgetRequest, nullSafe, response, responseWithoutAccessCheck, wireAuthenticationContext, wireErrorCollectionTransformer, wireI18nFactoryService, wireLicenseCheckerpublic RankResource(RankHelper rankHelper)
public javax.ws.rs.core.Response rankBefore(RankBeforeRequest rankBeforeRequest)
rankBeforeRequest - the encoded request in application/json formatpublic javax.ws.rs.core.Response rankAfter(RankAfterRequest rankAfterRequest)
rankAfterRequest - the encoded request in application/json formatCopyright © 2007–2015 Atlassian. All rights reserved.