public class ServerInfo extends MapObject
Constructor and Description |
---|
ServerInfo() |
ServerInfo(Map data) |
Modifier and Type | Method and Description |
---|---|
String |
getBaseUrl()
The base URL for the confluence instance
|
String |
getBuildId()
the build ID of the Confluence instance (usually a number)
|
int |
getMajorVersion()
the major version number of the Confluence instance
|
int |
getMinorVersion()
the minor version number of the Confluence instance
|
int |
getPatchLevel()
the patch-level of the Confluence instance
|
boolean |
isDevelopmentBuild()
Whether the build is a developer-only release or not
|
void |
setBaseUrl(String baseUrl) |
void |
setBuildId(String buildId) |
void |
setDevelopmentBuild(boolean developmentBuild) |
void |
setMajorVersion(int majorVersion) |
void |
setMinorVersion(int minorVersion) |
void |
setPatchLevel(int patchLevel) |
Map |
toRawMap() |
public ServerInfo()
public ServerInfo(Map data)
public int getMajorVersion()
public void setMajorVersion(int majorVersion)
public int getMinorVersion()
public void setMinorVersion(int minorVersion)
public int getPatchLevel()
public void setPatchLevel(int patchLevel)
public String getBuildId()
public void setBuildId(String buildId)
public boolean isDevelopmentBuild()
public void setDevelopmentBuild(boolean developmentBuild)
public String getBaseUrl()
public void setBaseUrl(String baseUrl)
Copyright © 2019 The Codehaus Foundation. All rights reserved.