Class | Description |
---|---|
BootstrapContainerRegistrar |
Register the components in the
ComponentContainer that allow JIRA to come up untenanted. |
CacheManagerRegistrar |
Registers the
CacheManager with the Pico container. |
ClusterServicesRegistrar |
Registers the cluster-related services.
|
CodeFormattersRegistrar |
Registers the
SourceCodeFormatter s. |
ContainerRegistrar |
Registers JIRA components in the given
ComponentContainer , being the main JIRA DI container, which at startup
replaces the bootstrap container populated by the BootstrapContainerRegistrar . |
FailedStartupContainerRegistrar |
If JIRA fails its Startup checks, then we use this to add just a few more components to the Pico Container.
|
MultipleKeyRegistrant<T> |
Helper utility which helps to create single instance of object exposed under multiple keys
|
ServerMetricsRegistrar |
Register components for server metrics.
|
SetupContainerRegistrar |
Register the components in the
ComponentContainer that allow JIRA to be setup. |
WarmersRegistrar |
Register warmers for JIRA caches.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.