| Interface | Description |
|---|---|
| CachingComponent |
Represents a JIRA component that contains a cache.
|
| InitializingComponent |
Similar to InitializingBean in Spring - this should be implemented by a component where you want to do some work
immediately after registration
|
| JiraApplicationContext |
High level component that represents the single instance of JIRA.
|
| JiraDataType |
Defines a domain specific data type.
|
| Class | Description |
|---|---|
| ComponentManager | Deprecated
since 7.11 use
ComponentAccessor instead (or inject dependencies where possible) |
| DefaultHostContextAccessor |
This is necessary to provide a generic way for SAL to access a component that may not have been published the
plugins 2.0 way.
|
| DefaultJiraApplicationContext |
Default singleton production implementation.
|
| JiraDataTypeImpl |
Each data type can specify a collection of actual java types, represented via their
Class, that this type is. |
| JiraDataTypes |
Defines the known
data types. |
| JiraFeatureFlagRegistrar |
This should become a central location for registering feature flags, as an alternative to creating many
FeatureFlagProvider modules. |
| JiraTestUtil | |
| NoopCacheEventListenerFactory |
Work-around for CACHE-95 / EHC-1089.
|
| NoopResourceTransformer |
This is an implementation of resource transformer that does not transform resource.
|
| Enum | Description |
|---|---|
| ComponentManagerStateImpl |
An implementation of
ComponentManager.State interface |
| Exception | Description |
|---|---|
| InfrastructureException | |
| JiraException |
| Annotation Type | Description |
|---|---|
| EventComponent |
A class annotated with this will be registered automatically with JIRA's
EventPublisher
to listen for events. |
Copyright © 2002-2019 Atlassian. All Rights Reserved.