public class GeneralConfigurationImpl extends Object implements GeneralConfiguration
| Constructor and Description |
|---|
GeneralConfigurationImpl(AdministrationConfiguration administrationConfiguration,
String brokerURI,
String brokerClientURI) |
GeneralConfigurationImpl(String instanceName,
String baseUrl,
String gravatarServerUrl,
String brokerURI,
String brokerClientURI,
Integer dashboardDefaultPageSize,
Integer branchDetectionIntervalSeconds,
Boolean gravatarSupportEnabled,
Boolean gzipCompressionEnabled) |
| 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
|
Boolean |
isGravatarSupportEnabled()
Is gravatar support enabled?
|
Boolean |
isGzipCompressionEnabled()
Is Gzip Compression 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 brokerClientURI)
Set the client broker url
|
void |
setBrokerURI(String brokerURI)
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
|
public GeneralConfigurationImpl(AdministrationConfiguration administrationConfiguration, String brokerURI, String brokerClientURI)
public void setInstanceName(String instanceName)
GeneralConfigurationsetInstanceName in interface GeneralConfigurationpublic void setBaseUrl(String baseUrl)
GeneralConfigurationsetBaseUrl in interface GeneralConfigurationpublic void setGravatarServerUrl(String gravatarServerUrl)
GeneralConfigurationsetGravatarServerUrl in interface GeneralConfigurationpublic void setBrokerURI(String brokerURI)
GeneralConfigurationsetBrokerURI in interface GeneralConfigurationpublic void setBrokerClientURI(String brokerClientURI)
GeneralConfigurationsetBrokerClientURI in interface GeneralConfigurationpublic void setDashboardDefaultPageSize(Integer dashboardDefaultPageSize)
GeneralConfigurationsetDashboardDefaultPageSize in interface GeneralConfigurationpublic void setBranchDetectionIntervalSeconds(Integer branchDetectionIntervalSeconds)
GeneralConfigurationsetBranchDetectionIntervalSeconds in interface GeneralConfigurationpublic void setGravatarSupportEnabled(Boolean enableGravatarSupport)
GeneralConfigurationsetGravatarSupportEnabled in interface GeneralConfigurationpublic void setGzipCompressionEnabled(Boolean enableGzipCompression)
GeneralConfigurationsetGzipCompressionEnabled in interface GeneralConfigurationpublic String getInstanceName()
GeneralConfigurationgetInstanceName in interface GeneralConfigurationpublic String getBaseUrl()
GeneralConfigurationgetBaseUrl in interface GeneralConfigurationpublic String getGravatarServerUrl()
GeneralConfigurationgetGravatarServerUrl in interface GeneralConfigurationpublic String getBrokerURI()
GeneralConfigurationgetBrokerURI in interface GeneralConfigurationpublic String getBrokerClientURI()
GeneralConfigurationgetBrokerClientURI in interface GeneralConfigurationpublic Integer getDashboardDefaultPageSize()
GeneralConfigurationgetDashboardDefaultPageSize in interface GeneralConfigurationpublic Integer getBranchDetectionIntervalSeconds()
GeneralConfigurationgetBranchDetectionIntervalSeconds in interface GeneralConfigurationpublic Boolean isGravatarSupportEnabled()
GeneralConfigurationisGravatarSupportEnabled in interface GeneralConfigurationpublic Boolean isGzipCompressionEnabled()
GeneralConfigurationisGzipCompressionEnabled in interface GeneralConfigurationCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.