com.atlassian.confluence.rpc.soap.beans
Class RemoteServerInfo

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

public class RemoteServerInfo
extends java.lang.Object


Constructor Summary
RemoteServerInfo()
           
 
Method Summary
 java.lang.String getBaseUrl()
           
 java.lang.String getBuildId()
           
 int getMajorVersion()
           
 int getMinorVersion()
           
 int getPatchLevel()
           
 boolean isDevelopmentBuild()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteServerInfo

public RemoteServerInfo()
Method Detail

getMajorVersion

public int getMajorVersion()

getMinorVersion

public int getMinorVersion()

getPatchLevel

public int getPatchLevel()

isDevelopmentBuild

public boolean isDevelopmentBuild()

getBuildId

public java.lang.String getBuildId()

getBaseUrl

public java.lang.String getBaseUrl()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2003-2013 Atlassian. All Rights Reserved.