Uses of Enum Class
com.atlassian.jira.component.pico.ComponentContainer.ContainerLevel
Packages that use ComponentContainer.ContainerLevel
-
Uses of ComponentContainer.ContainerLevel in com.atlassian.jira.component.pico
Methods in com.atlassian.jira.component.pico that return ComponentContainer.ContainerLevelModifier and TypeMethodDescriptionComponentContainer.getLevel()Returns the level of this container.Returns the enum constant of this class with the specified name.static ComponentContainer.ContainerLevel[]ComponentContainer.ContainerLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.jira.component.pico that return types with arguments of type ComponentContainer.ContainerLevelModifier and TypeMethodDescriptionComponentManager.getContainerLevel()Returns theComponentContainerlevel.Methods in com.atlassian.jira.component.pico with parameters of type ComponentContainer.ContainerLevelModifier and TypeMethodDescriptionComponentContainerFactory.newContainer(ComponentContainer.ContainerLevel level) Creates a container with the given level.voidComponentContainer.setLevel(ComponentContainer.ContainerLevel newLevel) Sets the level of this container.Constructors in com.atlassian.jira.component.pico with parameters of type ComponentContainer.ContainerLevelModifierConstructorDescriptionComponentContainer(org.picocontainer.MutablePicoContainer picoContainer, OsgiServiceRegistry osgiServiceRegistry, ComponentContainer.ContainerLevel level, org.springframework.context.ConfigurableApplicationContext springContainer) Constructor. -
Uses of ComponentContainer.ContainerLevel in com.atlassian.jira.component.pico.registrar
Methods in com.atlassian.jira.component.pico.registrar that return ComponentContainer.ContainerLevelModifier and TypeMethodDescriptionContainerExtender.getNewContainerLevel()Returns the level of the extended container.FailedStartupContainerRegistrar.getNewContainerLevel()SetupContainerRegistrar.getNewContainerLevel()