com.atlassian.bamboo.agent.elastic.server
Class ElasticAccountBeanImpl

java.lang.Object
  extended by com.atlassian.bamboo.agent.elastic.server.ElasticAccountBeanImpl
All Implemented Interfaces:
ElasticAccountBean

public class ElasticAccountBeanImpl
extends java.lang.Object
implements ElasticAccountBean


Constructor Summary
ElasticAccountBeanImpl(AdministrationConfigurationManager administrationConfigurationManager, com.atlassian.event.EventManager eventManager)
           
 
Method Summary
 ElasticConfiguration getElasticConfig()
           
 void saveElasticConfig(ElasticConfiguration elasticConfiguration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElasticAccountBeanImpl

public ElasticAccountBeanImpl(AdministrationConfigurationManager administrationConfigurationManager,
                              com.atlassian.event.EventManager eventManager)
Method Detail

getElasticConfig

@Nullable
public ElasticConfiguration getElasticConfig()
Specified by:
getElasticConfig in interface ElasticAccountBean

saveElasticConfig

public void saveElasticConfig(@NotNull
                              ElasticConfiguration elasticConfiguration)
Specified by:
saveElasticConfig in interface ElasticAccountBean


Copyright © 2010 Atlassian. All Rights Reserved.