|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.swizzle.confluence.MapObject
org.codehaus.swizzle.confluence.ServerInfo
public class ServerInfo
| Field Summary |
|---|
| Fields inherited from class org.codehaus.swizzle.confluence.MapObject |
|---|
fields |
| Constructor Summary | |
|---|---|
ServerInfo()
|
|
ServerInfo(Map data)
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class org.codehaus.swizzle.confluence.MapObject |
|---|
getBoolean, getDate, getInt, getList, getMap, getString, setBoolean, setBoolean, setDate, setDate, setInt, setInt, setList, setMap, setString, toMap, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ServerInfo()
public ServerInfo(Map data)
| Method Detail |
|---|
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)
public Map toRawMap()
toRawMap in class MapObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||