Class GeneralConfigurationImpl
java.lang.Object
com.atlassian.jira.functest.framework.admin.GeneralConfigurationImpl
- All Implemented Interfaces:
GeneralConfiguration
- Since:
- v3.13
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.jira.functest.framework.admin.GeneralConfiguration
GeneralConfiguration.CommentVisibility, GeneralConfiguration.EmailVisibility -
Constructor Summary
ConstructorsConstructorDescriptionGeneralConfigurationImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidDisable watching of issuesvoidvoidEnable watching of issuesvoidSet the baseUrl to that of the functional base URL.protected NavigationvoidsetAllowUnassignedIssues(boolean enable) voidsetBaseUrl(String baseUrl) Set the baseUrl of this JIRA instance to the String provided.voidsetCommentVisibility(GeneralConfiguration.CommentVisibility commentVisibility) voidsetDefaultUserTimeZone(String timeZoneID) Sets the default user time zone for this JIRA instance.voidsetExternalUserManagement(boolean enable) voidsetJiraLocale(String locale) Sets the default locale of this JIRA instance.voidsetJiraLocaleByValue(String localeValue) Sets the default locale of this JIRA instance.voidSets the default locale to the system localevoidsetJqlAutocomplete(boolean enable) voidsetUserEmailVisibility(GeneralConfiguration.EmailVisibility emailVisibility) Set the visibility level of user emails.voidTurn on compression of web pages that JIRA sends to the browser.
-
Constructor Details
-
GeneralConfigurationImpl
@Inject public GeneralConfigurationImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData)
-
-
Method Details
-
setAllowUnassignedIssues
public void setAllowUnassignedIssues(boolean enable) - Specified by:
setAllowUnassignedIssuesin interfaceGeneralConfiguration
-
setExternalUserManagement
public void setExternalUserManagement(boolean enable) - Specified by:
setExternalUserManagementin interfaceGeneralConfiguration
-
enableVoting
public void enableVoting()- Specified by:
enableVotingin interfaceGeneralConfiguration
-
setCommentVisibility
- Specified by:
setCommentVisibilityin interfaceGeneralConfiguration
-
setUserEmailVisibility
Description copied from interface:GeneralConfigurationSet the visibility level of user emails.- Specified by:
setUserEmailVisibilityin interfaceGeneralConfiguration- Parameters:
emailVisibility- one of the predefined visibility levels- See Also:
-
setJqlAutocomplete
public void setJqlAutocomplete(boolean enable) - Specified by:
setJqlAutocompletein interfaceGeneralConfiguration- Parameters:
enable- enable or disable JQL Auto-complete globally
-
disableVoting
public void disableVoting()- Specified by:
disableVotingin interfaceGeneralConfiguration
-
setBaseUrl
Description copied from interface:GeneralConfigurationSet the baseUrl of this JIRA instance to the String provided.- Specified by:
setBaseUrlin interfaceGeneralConfiguration- Parameters:
baseUrl- The baseurl to use for this instance
-
fixBaseUrl
public void fixBaseUrl()Description copied from interface:GeneralConfigurationSet the baseUrl to that of the functional base URL.- Specified by:
fixBaseUrlin interfaceGeneralConfiguration
-
setJiraLocale
Description copied from interface:GeneralConfigurationSets the default locale of this JIRA instance.- Specified by:
setJiraLocalein interfaceGeneralConfiguration- Parameters:
locale- The locale to use by default e.g."German (Germany)","English (UK)"
-
setJiraLocaleByValue
Description copied from interface:GeneralConfigurationSets the default locale of this JIRA instance. Note that the system locale will have a value of -1. You can useGeneralConfiguration.setJiraLocaleToSystemDefault()instead for this.- Specified by:
setJiraLocaleByValuein interfaceGeneralConfiguration- Parameters:
localeValue- The value of the locale to use e.g."en_AU","en_UK".
-
setJiraLocaleToSystemDefault
public void setJiraLocaleToSystemDefault()Description copied from interface:GeneralConfigurationSets the default locale to the system locale- Specified by:
setJiraLocaleToSystemDefaultin interfaceGeneralConfiguration
-
disableWatching
public void disableWatching()Description copied from interface:GeneralConfigurationDisable watching of issues- Specified by:
disableWatchingin interfaceGeneralConfiguration
-
enableWatching
public void enableWatching()Description copied from interface:GeneralConfigurationEnable watching of issues- Specified by:
enableWatchingin interfaceGeneralConfiguration
-
turnOnGZipCompression
public void turnOnGZipCompression()Description copied from interface:GeneralConfigurationTurn on compression of web pages that JIRA sends to the browser.- Specified by:
turnOnGZipCompressionin interfaceGeneralConfiguration
-
setDefaultUserTimeZone
Description copied from interface:GeneralConfigurationSets the default user time zone for this JIRA instance. A null time zone means that JIRA will use the default JVM time zone.- Specified by:
setDefaultUserTimeZonein interfaceGeneralConfiguration
-