com.atlassian.bamboo.event.aws
Class ElasticBambooConfigChangedEventImpl

java.lang.Object
  extended by com.atlassian.bamboo.event.aws.ElasticBambooConfigChangedEventImpl

public class ElasticBambooConfigChangedEventImpl
extends Object


Constructor Summary
ElasticBambooConfigChangedEventImpl(String regionName, boolean elasticWizard, boolean wasEnabled)
          This is an analytics event to indicate that the user changed the EC2 configuration through the admin UI
 
Method Summary
 String getRegionName()
           
 boolean isCreated()
           
 boolean isElasticWizard()
           
 boolean isUpdated()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElasticBambooConfigChangedEventImpl

public ElasticBambooConfigChangedEventImpl(String regionName,
                                           boolean elasticWizard,
                                           boolean wasEnabled)
This is an analytics event to indicate that the user changed the EC2 configuration through the admin UI

Method Detail

getRegionName

public String getRegionName()

isElasticWizard

public boolean isElasticWizard()

isCreated

public boolean isCreated()

isUpdated

public boolean isUpdated()


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.