Class SetupContainerRegistrar
java.lang.Object
com.atlassian.jira.component.pico.registrar.SetupContainerRegistrar
- All Implemented Interfaces:
ContainerExtender
@ParametersAreNonnullByDefault
public class SetupContainerRegistrar
extends Object
implements ContainerExtender
Register the components in the
ComponentContainer that allow JIRA to be setup.
The components in here are meant to be the MINIMUM set of components that JIRA needs during setup. Don't add components here unless you are positive that setup code in JIRA needs it.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidextend(ComponentContainer register) Extends the given container.Returns the level of the extended container.
-
Constructor Details
-
SetupContainerRegistrar
public SetupContainerRegistrar()
-
-
Method Details
-
getNewContainerLevel
Description copied from interface:ContainerExtenderReturns the level of the extended container.- Specified by:
getNewContainerLevelin interfaceContainerExtender- Returns:
- see above
-
extend
Description copied from interface:ContainerExtenderExtends the given container.- Specified by:
extendin interfaceContainerExtender- Parameters:
register- the container to extend
-