| com.atlassian.jira.extension.ContainerProvider |
A ContainerProvider provides a container to override the container created as a normal process inside JIRA.
This container is registered in application properties using the key EXTENSION_PROVIDER_PROPERTY
and will be loaded only once upon startup.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Provide a container containing implementations that you want to override the defaults provided.
| |||||||||||
Provide a container containing implementations that you want to override the defaults provided.
| parent | The default container provided by JIRA. You will most likely want to use this as the parent container for the container that is created |
|---|
