Class GeneralConfigurations

java.lang.Object
com.atlassian.jira.config.properties.GeneralConfigurations

public class GeneralConfigurations extends Object
This class represents the General Configuration of Jira.
  • Field Details

  • Method Details

    • buildFromCurrentConfigurations

      public static GeneralConfigurations buildFromCurrentConfigurations(ApplicationProperties applicationProperties, String introduction, ProjectService projectService)
      This method builds a GeneralConfigurations object from the current configurations of Jira.
      Parameters:
      applicationProperties - The ApplicationProperties object to get the current configurations from.
      introduction - The existing string introduction settings.
      projectService - The ProjectService object to get the current project configurations from.
      Returns:
      A GeneralConfigurations object built from the current configurations of Jira.
    • getAllowUnassigned

      public Boolean getAllowUnassigned()
    • getBaseUrl

      public String getBaseUrl()
    • getCaptcha

      public Boolean getCaptcha()
    • getCommentVisibility

      public Boolean getCommentVisibility()
    • getContactAdministratorsMessage

      public String getContactAdministratorsMessage()
    • getCriteriaAutoUpdate

      public Boolean getCriteriaAutoUpdate()
    • getCsvExportDialogDisabled

      public Boolean getCsvExportDialogDisabled()
    • getCustomFieldHtmlEnabled

      public Boolean getCustomFieldHtmlEnabled()
    • getDefaultLocale

      public String getDefaultLocale()
    • getDefaultTimezone

      public String getDefaultTimezone()
    • getEmailFromHeaderFormat

      public String getEmailFromHeaderFormat()
    • getEmailVisibility

      public String getEmailVisibility()
    • getEmptyJqlReturnsNoDataEnabled

      public Boolean getEmptyJqlReturnsNoDataEnabled()
    • getExcludePrecedenceHeader

      public Boolean getExcludePrecedenceHeader()
    • getExternalUserManagement

      public Boolean getExternalUserManagement()
    • getFavouriteFiltersGadgetMaxTimeout

      public String getFavouriteFiltersGadgetMaxTimeout()
    • getGlobalSharing

      public Boolean getGlobalSharing()
    • getIeMimeSniffer

      public String getIeMimeSniffer()
    • getIndexingLanguage

      public String getIndexingLanguage()
    • getInlineEdit

      public Boolean getInlineEdit()
    • getIntroduction

      public String getIntroduction()
    • getIssueCommentReactionsEnabled

      public Boolean getIssueCommentReactionsEnabled()
    • getIssuePicker

      public Boolean getIssuePicker()
    • getJqlAutocomplete

      public Boolean getJqlAutocomplete()
    • getLogoutConfirm

      public String getLogoutConfirm()
    • getMaxAuthenticationAttempts

      public String getMaxAuthenticationAttempts()
    • getMaximumLengthProjectKeys

      public String getMaximumLengthProjectKeys()
    • getMaximumLengthProjectNames

      public String getMaximumLengthProjectNames()
    • getMode

      public String getMode()
    • getProjectDescriptionHtmlEnabled

      public Boolean getProjectDescriptionHtmlEnabled()
    • getShowContactAdministratorsForm

      public Boolean getShowContactAdministratorsForm()
    • getStackTraceEnabled

      public Boolean getStackTraceEnabled()
    • getTitle

      public String getTitle()
    • getUseGZip

      public Boolean getUseGZip()
    • getVote

      public Boolean getVote()
    • getWatch

      public Boolean getWatch()
    • getXsrfDialogDisplayParamsEnabled

      public Boolean getXsrfDialogDisplayParamsEnabled()