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

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

public class RemoteServerInfo
extends Object


Constructor Summary
RemoteServerInfo()
           
 
Method Summary
 String getBaseUrl()
           
 String getBuildId()
           
 int getMajorVersion()
           
 int getMinorVersion()
           
 int getPatchLevel()
           
 boolean isDevelopmentBuild()
           
 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 String getBuildId()

getBaseUrl

public String getBaseUrl()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2012 Atlassian. All Rights Reserved.