Class ServerInfo


  • public class ServerInfo
    extends MapObject
    Version:
    $Revision$ $Date$
    • Constructor Detail

      • ServerInfo

        public ServerInfo()
    • Method Detail

      • getMajorVersion

        public int getMajorVersion()
        the major version number of the Confluence instance
      • setMajorVersion

        public void setMajorVersion​(int majorVersion)
      • getMinorVersion

        public int getMinorVersion()
        the minor version number of the Confluence instance
      • setMinorVersion

        public void setMinorVersion​(int minorVersion)
      • getPatchLevel

        public int getPatchLevel()
        the patch-level of the Confluence instance
      • setPatchLevel

        public void setPatchLevel​(int patchLevel)
      • getBuildId

        public String getBuildId()
        the build ID of the Confluence instance (usually a number)
      • setBuildId

        public void setBuildId​(String buildId)
      • isDevelopmentBuild

        public boolean isDevelopmentBuild()
        Whether the build is a developer-only release or not
      • setDevelopmentBuild

        public void setDevelopmentBuild​(boolean developmentBuild)
      • getBaseUrl

        public String getBaseUrl()
        The base URL for the confluence instance
      • setBaseUrl

        public void setBaseUrl​(String baseUrl)