public interface GeneralConfiguration
Modifier and Type | Interface and Description |
---|---|
static class |
GeneralConfiguration.CommentVisibility |
static class |
GeneralConfiguration.EmailVisibility
Options for user email visibility
|
Modifier and Type | Method and Description |
---|---|
void |
disableVoting() |
void |
disableWatching()
Disable watching of issues
|
void |
enableVoting() |
void |
enableWatching()
Enable watching of issues
|
void |
fixBaseUrl()
Set the baseUrl to that of the functional base URL.
|
void |
setAllowUnassignedIssues(boolean enable) |
void |
setBaseUrl(String baseUrl)
Set the baseUrl of this JIRA instance to the String provided.
|
void |
setCommentVisibility(GeneralConfiguration.CommentVisibility commentVisibility) |
void |
setDefaultUserTimeZone(String timeZoneID)
Sets the default user time zone for this JIRA instance.
|
void |
setExternalUserManagement(boolean enable) |
void |
setJiraLocale(String locale)
Sets the default locale of this JIRA instance.
|
void |
setJiraLocaleByValue(String localeValue)
Sets the default locale of this JIRA instance.
|
void |
setJiraLocaleToSystemDefault()
Sets the default locale to the system locale
|
void |
setJqlAutocomplete(boolean enable) |
void |
setUserEmailVisibility(GeneralConfiguration.EmailVisibility emailVisibility)
Set the visibility level of user emails.
|
void |
turnOnGZipCompression()
Turn on compression of web pages that JIRA sends to the browser.
|
void setAllowUnassignedIssues(boolean enable)
void setExternalUserManagement(boolean enable)
void disableVoting()
void enableVoting()
void setCommentVisibility(GeneralConfiguration.CommentVisibility commentVisibility)
void setUserEmailVisibility(GeneralConfiguration.EmailVisibility emailVisibility)
emailVisibility
- one of the predefined visibility levelsGeneralConfiguration.EmailVisibility
void setJqlAutocomplete(boolean enable)
enable
- enable or disable JQL Auto-complete globallyvoid setBaseUrl(String baseUrl)
baseUrl
- The baseurl to use for this instancevoid fixBaseUrl()
void setJiraLocale(String locale)
locale
- The locale to use by default e.g. "German (Germany)"
, "English (UK)"
void setJiraLocaleByValue(String localeValue)
setJiraLocaleToSystemDefault()
instead for this.localeValue
- The value of the locale to use e.g. "en_AU"
, "en_UK"
.void setJiraLocaleToSystemDefault()
void disableWatching()
void enableWatching()
void turnOnGZipCompression()
void setDefaultUserTimeZone(String timeZoneID)
timeZoneID
- Copyright © 2002-2016 Atlassian. All Rights Reserved.