| java.lang.Object | |
| ↳ | com.atlassian.jira.issue.comparator.CustomFieldComparators |
Utility class for dealing with custom fields.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns a comparator that compares custom field
GenericValue instances by name. | |||||||||||
Returns a comparator that compares
CustomField instances by name. | |||||||||||
Returns a comparator that compares
CustomField instances by the translated customfield name, using the supplied locale. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns a comparator that compares custom field GenericValue instances by name.
Returns a comparator that compares CustomField instances by name.
This is sorted by the customfield's untranslated name to preserve existing behaviour.
Returns a comparator that compares CustomField instances by the translated customfield name, using the supplied locale.
| locale | The locale to use for comparison |
|---|---|
| translationManager | The translation manger component |

