Class RestGeneralConfiguration
java.lang.Object
com.atlassian.bamboo.rest.model.AbstractRestModel
com.atlassian.bamboo.rest.model.admin.configuration.RestGeneralConfiguration
Data model for general configuration
- Since:
- 5.9
-
Field Summary
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
self
-
Constructor Summary
ConstructorDescriptionRestGeneralConfiguration
(AdministrationConfiguration administrationConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setBaseUrl
(String baseUrl) void
setBranchDetectionIntervalSeconds
(Integer branchDetectionIntervalSeconds) void
setBrokerClientUrl
(String brokerClientUrl) void
setBrokerUrl
(String brokerUrl) void
setDashboardDefaultPageSize
(Integer dashboardDefaultPageSize) void
setEnableGravatarSupport
(Boolean enableGravatarSupport) void
setEnableGzipCompression
(Boolean enableGzipCompression) void
setEnableRssPolling
(Boolean enableRssPolling) void
setGravatarServerUrl
(String gravatarServerUrl) void
setInstanceName
(String instanceName) void
setQuietPeriodGloballyDisabled
(Boolean quietPeriodGloballyDisabled) void
setRssPollingCronExpression
(String rssPollingCronExpression) Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
getSelf, setSelf
-
Constructor Details
-
RestGeneralConfiguration
public RestGeneralConfiguration() -
RestGeneralConfiguration
-
-
Method Details
-
setInstanceName
-
setBaseUrl
-
setGravatarServerUrl
-
setBrokerUrl
-
setBrokerClientUrl
-
setDashboardDefaultPageSize
-
setBranchDetectionIntervalSeconds
-
setEnableGravatarSupport
-
setEnableGzipCompression
-
getInstanceName
-
getBaseUrl
-
getGravatarServerUrl
-
getBrokerUrl
-
getBrokerClientUrl
-
getDashboardDefaultPageSize
-
getBranchDetectionIntervalSeconds
-
isEnableGravatarSupport
-
isEnableGzipCompression
-
isEnableRssPolling
-
setEnableRssPolling
-
getRssPollingCronExpression
-
setRssPollingCronExpression
-
isQuietPeriodGloballyDisabled
-
setQuietPeriodGloballyDisabled
-