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 LastJqlFieldsService
public void addOneField(ApplicationUser user, String field) throws JSONException
addOneField
in interface LastJqlFieldsService
JSONException
public void addSomeFields(ApplicationUser user, Collection<String> fields) throws JSONException
addSomeFields
in interface LastJqlFieldsService
JSONException
Copyright © 2002-2019 Atlassian. All Rights Reserved.