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