Uses of Class
com.atlassian.plugin.manager.PluginPersistentState.Builder
Packages that use PluginPersistentState.Builder
-
Uses of PluginPersistentState.Builder in com.atlassian.plugin.manager
Methods in com.atlassian.plugin.manager that return PluginPersistentState.BuilderModifier and TypeMethodDescriptionPluginPersistentState.Builder.addPluginEnabledState(Map<String, PluginEnabledState> state) Add the plugin state.Deprecated.in 4.5.0 for removal in 6.0.PluginPersistentState.builder()PluginPersistentState.builder(PluginPersistentState state) PluginPersistentState.Builder.clearPluginRestartState()PluginPersistentState.Builder.create()PluginPersistentState.Builder.create(PluginPersistentState state) PluginPersistentState.Builder.removeState(String key) Remove a plugin's state.PluginPersistentState.Builder.setEnabled(ModuleDescriptor<?> pluginModule, boolean isEnabled) PluginPersistentState.Builder.setEnabled(Plugin plugin, boolean isEnabled) PluginPersistentState.Builder.setPluginRestartState(String pluginKey, PluginRestartState state) PluginPersistentState.Builder.setState(PluginPersistentState state) reset all plugin's state.Method parameters in com.atlassian.plugin.manager with type arguments of type PluginPersistentState.BuilderModifier and TypeMethodDescriptionvoidPluginPersistentStateModifier.apply(io.atlassian.fugue.Effect<PluginPersistentState.Builder> effect)