com.atlassian.theplugin.commons.cfg
Class PrivateBambooServerCfgInfo

java.lang.Object
  extended by com.atlassian.theplugin.commons.cfg.PrivateServerCfgInfo
      extended by com.atlassian.theplugin.commons.cfg.PrivateBambooServerCfgInfo

public class PrivateBambooServerCfgInfo
extends PrivateServerCfgInfo


Constructor Summary
PrivateBambooServerCfgInfo(ServerId serverId, boolean enabled, java.lang.String username, java.lang.String password, int timezoneOffset)
           
 
Method Summary
 int getTimezoneOffset()
           
 
Methods inherited from class com.atlassian.theplugin.commons.cfg.PrivateServerCfgInfo
equals, getPassword, getServerId, getUsername, hashCode, isEnabled
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrivateBambooServerCfgInfo

public PrivateBambooServerCfgInfo(ServerId serverId,
                                  boolean enabled,
                                  java.lang.String username,
                                  java.lang.String password,
                                  int timezoneOffset)
Method Detail

getTimezoneOffset

public int getTimezoneOffset()


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