Class RemoteServerInfo

java.lang.Object
com.atlassian.confluence.rpc.soap.beans.RemoteServerInfo

public class RemoteServerInfo extends Object
  • Constructor Details

    • RemoteServerInfo

      public RemoteServerInfo()
  • Method Details

    • getMajorVersion

      public int getMajorVersion()
    • getMinorVersion

      public int getMinorVersion()
    • getPatchLevel

      public int getPatchLevel()
    • isDevelopmentBuild

      public boolean isDevelopmentBuild()
    • getBuildId

      public String getBuildId()
    • getBaseUrl

      public String getBaseUrl()
    • toString

      public String toString()
      Overrides:
      toString in class Object