|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GeneralConfiguration
Allows you to perform admin actions that happen in the GeneralConfiguration section of the admin section.
| Nested Class Summary | |
|---|---|
static class |
GeneralConfiguration.CommentVisibility
|
static class |
GeneralConfiguration.EmailVisibility
Options for user email visibility |
| Method Summary | |
|---|---|
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 |
setJqlAutocomplete(boolean enable)
|
void |
setUserEmailVisibility(GeneralConfiguration.EmailVisibility emailVisibility)
Set the visibility level of user emails. |
void |
setUserSearchingByFullName(boolean enable)
|
void |
turnOnGZipCompression()
Turn on compression of web pages that JIRA sends to the browser. |
| Method Detail |
|---|
void setAllowUnassignedIssues(boolean enable)
void setExternalUserManagement(boolean enable)
void disableVoting()
void enableVoting()
void setUserSearchingByFullName(boolean enable)
void setCommentVisibility(GeneralConfiguration.CommentVisibility commentVisibility)
void setUserEmailVisibility(GeneralConfiguration.EmailVisibility emailVisibility)
emailVisibility - one of the predefined visibility levelsGeneralConfiguration.EmailVisibilityvoid 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 disableWatching()
void enableWatching()
void turnOnGZipCompression()
void setDefaultUserTimeZone(String timeZoneID)
timeZoneID -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||