public class LastJqlFieldsServiceImpl extends Object implements LastJqlFieldsService
| Modifier and Type | Field and Description |
|---|---|
static String |
JQL_VALUES |
static org.slf4j.Logger |
log |
static int |
MAX_SIZE |
| Constructor and Description |
|---|
LastJqlFieldsServiceImpl(UserPropertyService userPropertyService,
FeatureManager featureManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
addOneField(ApplicationUser user,
String field) |
void |
addSomeFields(ApplicationUser user,
Collection<String> fields) |
String |
getLastFields(ApplicationUser user) |
public static final org.slf4j.Logger log
public static final int MAX_SIZE
public static final String JQL_VALUES
public LastJqlFieldsServiceImpl(UserPropertyService userPropertyService, FeatureManager featureManager)
public String getLastFields(ApplicationUser user)
getLastFields in interface LastJqlFieldsServicepublic void addOneField(ApplicationUser user, String field) throws JSONException
addOneField in interface LastJqlFieldsServiceJSONExceptionpublic void addSomeFields(ApplicationUser user, Collection<String> fields) throws JSONException
addSomeFields in interface LastJqlFieldsServiceJSONExceptionCopyright © 2002-2024 Atlassian. All Rights Reserved.