public interface GeneralConfiguration
Modifier and Type | Method and Description |
---|---|
String |
getBaseUrl()
Get base url
|
Integer |
getBranchDetectionIntervalSeconds()
Get branch detection interval
|
String |
getBrokerClientURI()
Get broker client URI
|
String |
getBrokerURI()
Get broker URI
|
Integer |
getDashboardDefaultPageSize()
Get default page size of the dashboard
|
String |
getGravatarServerUrl()
Get gravatar server url
|
String |
getInstanceName()
Get instance name
|
String |
getRssPollingCronExpression()
Cron expression for RSS polling.
|
Boolean |
isGravatarSupportEnabled()
Is gravatar support enabled?
|
Boolean |
isGzipCompressionEnabled()
Is Gzip Compression Enabled?
|
Boolean |
isRssPollingEnabled()
Is polling for rss changes enabled.
|
void |
setBaseUrl(String baseUrl)
Set the base url for this server
|
void |
setBranchDetectionIntervalSeconds(Integer branchDetectionIntervalSeconds)
Set the branch detection interval (in seconds)
|
void |
setBrokerClientURI(String brokerClientUrl)
Set the client broker url
|
void |
setBrokerURI(String brokerUrl)
Set the broker uri
|
void |
setDashboardDefaultPageSize(Integer dashboardDefaultPageSize)
Set the default page size for the dashboard
|
void |
setGravatarServerUrl(String gravatarServerUrl)
Set the gravatar server url
|
void |
setGravatarSupportEnabled(Boolean enableGravatarSupport)
Set whether gravatar support is enabled
|
void |
setGzipCompressionEnabled(Boolean enableGzipCompression)
Set whether gzip compression is enabled
|
void |
setInstanceName(String instanceName)
Set the instance name
|
void |
setRssPollingCronExpression(String rssPollingCronExpression)
Set cron expression for RSS polling.
|
void |
setRssPollingEnabled(Boolean rssPollingEnabled)
Set whether polling for rss changes enabled.
|
void setInstanceName(String instanceName)
instanceName
- void setBaseUrl(String baseUrl)
baseUrl
- void setGravatarServerUrl(String gravatarServerUrl)
gravatarServerUrl
- void setBrokerURI(String brokerUrl)
brokerUrl
- void setBrokerClientURI(String brokerClientUrl)
brokerClientUrl
- void setDashboardDefaultPageSize(Integer dashboardDefaultPageSize)
dashboardDefaultPageSize
- void setBranchDetectionIntervalSeconds(Integer branchDetectionIntervalSeconds)
branchDetectionIntervalSeconds
- void setGravatarSupportEnabled(Boolean enableGravatarSupport)
enableGravatarSupport
- void setGzipCompressionEnabled(Boolean enableGzipCompression)
enableGzipCompression
- String getInstanceName()
String getBaseUrl()
String getGravatarServerUrl()
String getBrokerURI()
String getBrokerClientURI()
Integer getDashboardDefaultPageSize()
Integer getBranchDetectionIntervalSeconds()
Boolean isGravatarSupportEnabled()
Boolean isGzipCompressionEnabled()
Boolean isRssPollingEnabled()
void setRssPollingEnabled(Boolean rssPollingEnabled)
String getRssPollingCronExpression()
void setRssPollingCronExpression(String rssPollingCronExpression)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.