public class ApplicationPropertiesStore extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JIRA_CONFIG_PROPERTIES |
Constructor and Description |
---|
ApplicationPropertiesStore(PropertiesManager propertiesManager,
JiraHome jiraHome) |
public static final String JIRA_CONFIG_PROPERTIES
public ApplicationPropertiesStore(PropertiesManager propertiesManager, JiraHome jiraHome)
public List<ApplicationProperty> getEditableApplicationProperties(ApplicationPropertiesService.EditPermissionLevel permissionLevel, String keyFilter)
public List<ApplicationProperty> getEditableAdvancedProperties(ApplicationPropertiesService.EditPermissionLevel permissionLevel)
public boolean getOption(String key)
public ApplicationProperty getApplicationPropertyFromKey(String key)
public ApplicationProperty setApplicationProperty(String key, String value)
@Nullable public String getStringFromDb(String key)
key
- the key to retrieveInvalidPropertyTypeException
public boolean existsInDb(String key)
public Collection<String> getKeysStoredInDb()
public void refreshDbProperties()
public void refresh()
public Collection<String> getStringsWithPrefixFromDb(String prefix)
Copyright © 2002-2019 Atlassian. All Rights Reserved.