Class SiteDarkFeatures

java.lang.Object
webwork.action.ActionSupport
com.atlassian.jira.web.action.JiraWebActionSupport
com.atlassian.jira.web.action.admin.darkfeatures.SiteDarkFeatures
All Implemented Interfaces:
ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

public class SiteDarkFeatures extends JiraWebActionSupport
Manage site wide dark features. This is copied from Confluence
Since:
v5.0
See Also:
  • Constructor Details

  • Method Details

    • isPermitted

      public boolean isPermitted()
    • doDefault

      public String doDefault() throws Exception
      Overrides:
      doDefault in class webwork.action.ActionSupport
      Throws:
      Exception
    • doExecute

      protected String doExecute() throws Exception
      Overrides:
      doExecute in class webwork.action.ActionSupport
      Throws:
      Exception
    • doRemove

      public String doRemove()
    • getSystemEnabledFeatures

      public List<String> getSystemEnabledFeatures()
    • getSiteEnabledFeatures

      public List<String> getSiteEnabledFeatures()
    • setFeatureKey

      public void setFeatureKey(String featureKey)
    • isEnabled

      public boolean isEnabled(String featureKey)
    • getFeatureKey

      public String getFeatureKey()