Uses of Interface
com.atlassian.plugin.manager.PluginPersistentStateStore
Packages that use PluginPersistentStateStore
-
Uses of PluginPersistentStateStore in com.atlassian.plugin.manager
Methods in com.atlassian.plugin.manager with parameters of type PluginPersistentStateStoreModifier and TypeMethodDescriptionprotected voidDefaultPluginManager.removeStateFromStore(PluginPersistentStateStore stateStore, Plugin plugin) DefaultPluginManager.Builder.withStore(PluginPersistentStateStore store) Constructors in com.atlassian.plugin.manager with parameters of type PluginPersistentStateStoreModifierConstructorDescriptionDefaultPluginManager(PluginPersistentStateStore store, List<PluginLoader> pluginLoaders, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager) DefaultPluginManager(PluginPersistentStateStore store, List<PluginLoader> pluginLoaders, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager, boolean verifyRequiredPlugins) DefaultPluginManager(PluginPersistentStateStore store, List<PluginLoader> pluginLoaders, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager, PluginExceptionInterception pluginExceptionInterception) DefaultPluginManager(PluginPersistentStateStore store, List<PluginLoader> pluginLoaders, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager, PluginExceptionInterception pluginExceptionInterception, boolean verifyRequiredPlugins) DefaultPluginManager(PluginPersistentStateStore store, List<PluginLoader> pluginLoaders, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager, PluginExceptionInterception pluginExceptionInterception, boolean verifyRequiredPlugins, Predicate<Plugin> delayLoadOf) DefaultPluginManager(PluginPersistentStateStore store, List<PluginLoader> pluginLoaders, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager, PluginExceptionInterception pluginExceptionInterception, Predicate<Plugin> delayLoadOf) DefaultPluginManager(PluginPersistentStateStore store, List<PluginLoader> pluginLoaders, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager, Predicate<Plugin> delayLoadOf) DefaultSafeModeManager(PluginMetadataManager pluginMetadataManager, ClusterEnvironmentProvider clusterEnvironmentProvider, SafeModeCommandLineArgumentsFactory safeModeCommandLineArgumentsFactory, PluginPersistentStateStore pluginPersistentStateStore) ProductPluginAccessor(PluginRegistry.ReadOnly pluginRegistry, PluginPersistentStateStore store, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager) ProductPluginAccessor(PluginRegistry.ReadOnly pluginRegistry, PluginPersistentStateStore store, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager, ScopeManager ignored) Deprecated.ProductPluginAccessorBase(PluginRegistry.ReadOnly pluginRegistry, PluginPersistentStateStore store, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager) ProductPluginAccessorBase(PluginRegistry.ReadOnly pluginRegistry, PluginPersistentStateStore store, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager, ScopeManager ignored) Deprecated.in 5.0 for removal in 6.0 whenScopeManagerwill be removed. -
Uses of PluginPersistentStateStore in com.atlassian.plugin.manager.store
Classes in com.atlassian.plugin.manager.store that implement PluginPersistentStateStoreModifier and TypeClassDescriptionclassDelegating wrapper forPluginPersistentStateStore.classA read-only implementation ofPluginPersistentStateStorewhich returns a state provided on construction.classA basic plugin state store that stores state in memory.classA wrapper to add exclusion and logging to aPluginPersistentStateStore.Methods in com.atlassian.plugin.manager.store that return PluginPersistentStateStoreModifier and TypeMethodDescriptionabstract PluginPersistentStateStoreDelegatingPluginPersistentStateStore.getDelegate()Obtain the delegate to use for dispatching a request.Methods in com.atlassian.plugin.manager.store with parameters of type PluginPersistentStateStoreModifier and TypeMethodDescriptionstatic voidPluginPersistentStateStoreMigrator.removeDirectives(PluginPersistentStateStore store) Removes directives (e.g.Constructors in com.atlassian.plugin.manager.store with parameters of type PluginPersistentStateStoreModifierConstructorDescriptionDefaultStoredPluginStateAccessor(PluginPersistentStateStore pluginPersistentStateStore)
ScopeManagerwill be removed.