public class RestGeneralConfiguration extends AbstractRestModel
self
Constructor and Description |
---|
RestGeneralConfiguration() |
RestGeneralConfiguration(AdministrationConfiguration administrationConfiguration) |
Modifier and Type | Method and Description |
---|---|
String |
getBaseUrl() |
Integer |
getBranchDetectionIntervalSeconds() |
String |
getBrokerClientUrl() |
String |
getBrokerUrl() |
Integer |
getDashboardDefaultPageSize() |
String |
getGravatarServerUrl() |
String |
getInstanceName() |
Boolean |
isEnableGravatarSupport() |
Boolean |
isEnableGzipCompression() |
void |
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 |
setGravatarServerUrl(String gravatarServerUrl) |
void |
setInstanceName(String instanceName) |
getSelf, setSelf
public RestGeneralConfiguration()
public RestGeneralConfiguration(AdministrationConfiguration administrationConfiguration)
public void setInstanceName(String instanceName)
public void setBaseUrl(String baseUrl)
public void setGravatarServerUrl(String gravatarServerUrl)
public void setBrokerUrl(String brokerUrl)
public void setBrokerClientUrl(String brokerClientUrl)
public void setDashboardDefaultPageSize(Integer dashboardDefaultPageSize)
public void setBranchDetectionIntervalSeconds(Integer branchDetectionIntervalSeconds)
public void setEnableGravatarSupport(Boolean enableGravatarSupport)
public void setEnableGzipCompression(Boolean enableGzipCompression)
public String getInstanceName()
public String getBaseUrl()
public String getGravatarServerUrl()
public String getBrokerUrl()
public String getBrokerClientUrl()
public Integer getDashboardDefaultPageSize()
public Integer getBranchDetectionIntervalSeconds()
public Boolean isEnableGravatarSupport()
public Boolean isEnableGzipCompression()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.