| Package | Description |
|---|---|
| com.atlassian.plugin.manager |
| Modifier and Type | Method and Description |
|---|---|
static PluginEnabledState |
PluginEnabledState.getPluginEnabledStateWithCurrentTime(boolean enabled) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,PluginEnabledState> |
DefaultPluginPersistentState.getPluginEnabledStateMap(Map<String,Boolean> map) |
Map<String,PluginEnabledState> |
PluginPersistentState.getPluginEnabledStateMap(Plugin plugin)
Get state map of the given plugin and its modules.
|
Map<String,PluginEnabledState> |
DefaultPluginPersistentState.getPluginEnabledStateMap(Plugin plugin) |
Map<String,PluginEnabledState> |
PluginPersistentState.getStatesMap()
Get the map of all states with the update timestamp for each of them.
|
Map<String,PluginEnabledState> |
DefaultPluginPersistentState.getStatesMap() |
| Modifier and Type | Method and Description |
|---|---|
PluginPersistentState.Builder |
PluginPersistentState.Builder.addPluginEnabledState(Map<String,PluginEnabledState> state)
Add the plugin state.
|
void |
PluginPersistentStateModifier.addPluginEnabledState(Map<String,PluginEnabledState> state) |
Copyright © 2018 Atlassian. All rights reserved.