com.atlassian.theplugin.commons.cfg
Class GlobalConfiguration

java.lang.Object
  extended by com.atlassian.theplugin.commons.cfg.GlobalConfiguration

public class GlobalConfiguration
extends java.lang.Object


Constructor Summary
GlobalConfiguration()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 BambooCfg getBambooCfg()
           
 CrucibleCfg getCrucibleCfg()
           
 GeneralCfg getGeneralCfg()
           
 java.util.Collection<ServerCfg> getGlobalServers()
           
 int hashCode()
           
 void setBambooCfg(BambooCfg bambooCfg)
           
 void setCrucibleCfg(CrucibleCfg crucibleCfg)
           
 void setGeneralCfg(GeneralCfg generalCfg)
           
 void setGlobalServers(java.util.Collection<ServerCfg> globalServers)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalConfiguration

public GlobalConfiguration()
Method Detail

getGlobalServers

public java.util.Collection<ServerCfg> getGlobalServers()

setGlobalServers

public void setGlobalServers(java.util.Collection<ServerCfg> globalServers)

getGeneralCfg

public GeneralCfg getGeneralCfg()

setGeneralCfg

public void setGeneralCfg(GeneralCfg generalCfg)

getCrucibleCfg

public CrucibleCfg getCrucibleCfg()

setCrucibleCfg

public void setCrucibleCfg(CrucibleCfg crucibleCfg)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getBambooCfg

public BambooCfg getBambooCfg()

setBambooCfg

public void setBambooCfg(BambooCfg bambooCfg)


Copyright © 2008-2009 Atlassian Pty Ltd. All Rights Reserved.