public class PluginEnabledState extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static long |
UNKNOWN_ENABLED_TIME |
| Constructor and Description |
|---|
PluginEnabledState(boolean enabled)
Deprecated.
|
PluginEnabledState(boolean enabled,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static PluginEnabledState |
getPluginEnabledStateWithCurrentTime(boolean enabled) |
long |
getTimestamp() |
int |
hashCode() |
Boolean |
isEnabled() |
public PluginEnabledState(boolean enabled,
long timestamp)
@Deprecated public PluginEnabledState(boolean enabled)
public Boolean isEnabled()
public long getTimestamp()
public static PluginEnabledState getPluginEnabledStateWithCurrentTime(boolean enabled)
Copyright © 2018 Atlassian. All rights reserved.