| Interface | Description |
|---|---|
| ContainerExtender |
Extends a
ComponentContainer, typically by adding components to it. |
| Class | Description |
|---|---|
| BootstrapContainerRegistrar |
Register the components in the
ComponentContainer that allow JIRA to come up untenanted. |
| CacheManagerRegistrar |
Registers the
CacheManager with the Pico container. |
| 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 that helps to create a single instance of an object exposed under multiple keys.
|
| SetupContainerRegistrar |
Register the components in the
ComponentContainer that allow JIRA to be setup. |
| UserAnonymizationRegistrar | |
| WarmersRegistrar |
Register warmers for JIRA caches.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.