package

com.atlassian.jira.config

Interfaces

ConstantsManager Manager for issue types, statuses, priorities and resolutions. 
CustomConfigHandler<B> TWENTY-318: Moved this from multitenant 
DatabaseConfigurationService Service for reading database configuration properties. 
Feature A switchable feature identity, can be enabled or disabled with FeatureManager
FeatureFlagProvider A plugin can implement a provider that gives off a set of feature flags. 
FeatureManager Component responsible for providing information whether certain features in JIRA are enabled or disabled. 
FeatureStore  
IndexTask Interface that should be implemented by index task context classes. 
InstanceFeatureManager Provides information about features enabled for current instance. 
IssueConstantFactory Converts issue constant DTOs into their associated objects. 
IssueTypeManager Manager for IssueTypes. 
IssueTypePermissionService  
IssueTypeService Service for managing issue types. 
LocaleManager Provides Locale information for this JIRA instance. 
PriorityManager Manager for Priorityies 
ReindexMessageManager Manages messages for JIRA's administration section that inform users of the need to reindex due to configuration changes. 
ResolutionManager Manager for Resolutions. 
StatusCategoryManager Manager for StatusCategoryies. 
StatusManager Manager for Statuses. 
SubTaskManager Manages SubTasks - issues that are "part of" other issues. 

Classes

AbstractIssueConstantsManager<T extends IssueConstant>  
BackgroundIndexTaskContext  
BootstrapDatabaseConfigurationService DatabaseConfigurationService loaded during bootstrap. 
DefaultConstantsManager  
DefaultDatabaseConfigurationService Default implementation of DatabaseConfigurationService
DefaultFeatureStore Non cached implementation of feature store 
DefaultIssueConstantFactory  
DefaultIssueTypeManager  
DefaultIssueTypePermissionService  
DefaultIssueTypeService  
DefaultLocaleManager  
DefaultPriorityManager  
DefaultReindexMessageManager Default implementation of the Reindex Message Manager that uses a simple PropertySet to store the last message pushed. 
DefaultResolutionManager  
DefaultStatusCategoryManager  
DefaultStatusManager  
DefaultSubTaskManager  
FeatureDisabledEvent Event raised when a feature is enabled. 
FeatureEnabledEvent Event raised when a feature is enabled. 
FeatureEvent Dark feature info. 
FeatureFlag A FeatureFlag is a simple declaration of a key and whether the flag is considered on or off by default. 
FeatureFlagDefinitions A FeatureFlagDefinitions is designed to be used in a static variable declaration while still capturing the flags defined via it. 
FeatureFlagDefinitions.Definition A builder intermediate class that allows for static definition  
ForegroundIndexTaskContext  
IndexTaskContext Context for global index operations. 
IssueTypeService.CreateValidationResult  
IssueTypeService.DeleteValidationResult  
IssueTypeService.IssueTypeCreateInput  
IssueTypeService.IssueTypeCreateInput.Builder  
IssueTypeService.IssueTypeDeleteInput  
IssueTypeService.IssueTypeResult  
IssueTypeService.IssueTypeUpdateInput  
IssueTypeService.IssueTypeUpdateInput.Builder  
IssueTypeService.UpdateValidationResult  
MockDatabaseConfigurationService  
MockIssueConstantFactory  
MockSubTaskManager  
ReindexMessage Reindex message bean. 
ReplicatedIndexTaskContext Context for global index operations. 

Enums