Class LastJqlFieldsServiceImpl
java.lang.Object
com.atlassian.jira.issue.search.jql.LastJqlFieldsServiceImpl
- All Implemented Interfaces:
LastJqlFieldsService
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final org.slf4j.Logger
static final int
-
Constructor Summary
ConstructorsConstructorDescriptionLastJqlFieldsServiceImpl
(UserPropertyService userPropertyService, FeatureManager featureManager) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addOneField
(ApplicationUser user, String field) void
addSomeFields
(ApplicationUser user, Collection<String> fields) getLastFields
(ApplicationUser user)
-
Field Details
-
log
public static final org.slf4j.Logger log -
MAX_SIZE
public static final int MAX_SIZE- See Also:
-
JQL_VALUES
- See Also:
-
-
Constructor Details
-
LastJqlFieldsServiceImpl
public LastJqlFieldsServiceImpl(UserPropertyService userPropertyService, FeatureManager featureManager)
-
-
Method Details
-
getLastFields
- Specified by:
getLastFields
in interfaceLastJqlFieldsService
-
addOneField
- Specified by:
addOneField
in interfaceLastJqlFieldsService
- Throws:
JSONException
-
addSomeFields
- Specified by:
addSomeFields
in interfaceLastJqlFieldsService
- Throws:
JSONException
-