Class PluginEnabledState

java.lang.Object
com.atlassian.plugin.manager.PluginEnabledState
All Implemented Interfaces:
Serializable

public class PluginEnabledState extends Object implements Serializable
The state of a plugin with the current status (enabled/disabled) and a timestamp of last state update
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • isEnabled

      public Boolean isEnabled()
    • getTimestamp

      public long getTimestamp()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getPluginEnabledStateWithCurrentTime

      public static PluginEnabledState getPluginEnabledStateWithCurrentTime(boolean enabled)