com.atlassian.greenhopper.api.rank
Interface RankChange


public interface RankChange

Encapsulates the result of a rank operation performed in RankService.

Since:
v5.8.1
Author:
mtokar
See Also:
RankService

Method Summary
 long getCustomFieldId()
          The custom field which was used for ranking.
 long getIssueId()
          The ID of the altered issue.
 boolean wasChanged()
          The result of the rank operation.
 

Method Detail

wasChanged

boolean wasChanged()
The result of the rank operation.

Returns:
true if the rank operation resulted in the issue's rank changing; false otherwise.

getCustomFieldId

long getCustomFieldId()
The custom field which was used for ranking.

Returns:
the custom field ID

getIssueId

long getIssueId()
The ID of the altered issue.

Returns:
the issue ID


Copyright © 2007-2012 Atlassian. All Rights Reserved.