@ExperimentalApi
public static interface Plugin.EnabledMetricsSource
| Modifier and Type | Interface and Description |
|---|---|
static class |
Plugin.EnabledMetricsSource.Default
Host to default implementations of the
Plugin.EnabledMetricsSource methods. |
| Modifier and Type | Method and Description |
|---|---|
Date |
getDateEnabled()
Obtain the date that the plugin system most recently completed enabling of this plugin.
|
Date |
getDateEnabling()
Obtain the date that the plugin system most recently commenced enabling this plugin.
|
@Nullable Date getDateEnabling()
PluginState.ENABLING.@Nullable Date getDateEnabled()
PluginState.ENABLED,
if this was not before the most recent PluginState.ENABLING, otherwise null.Copyright © 2015 Atlassian. All rights reserved.