Class IsRecoveryModeEnabled

java.lang.Object
com.atlassian.jira.plugin.webpanel.notification.IsRecoveryModeEnabled
All Implemented Interfaces:
com.atlassian.plugin.web.api.baseconditions.BaseCondition, com.atlassian.plugin.web.Condition

public final class IsRecoveryModeEnabled extends Object implements com.atlassian.plugin.web.Condition
A condition that returns true when the recovery mode is enabled.
Since:
7.0
See Also:
  • Constructor Details

    • IsRecoveryModeEnabled

      public IsRecoveryModeEnabled(RecoveryMode recoveryMode)
  • Method Details

    • init

      public void init(Map<String,String> params)
      Specified by:
      init in interface com.atlassian.plugin.web.Condition
    • shouldDisplay

      public boolean shouldDisplay(Map<String,Object> context)
      Specified by:
      shouldDisplay in interface com.atlassian.plugin.web.Condition