Class ElasticImageConfigurationChangedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.bamboo.event.BambooEvent
com.atlassian.bamboo.event.elastic.ElasticImageConfigurationChangedEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ElasticImageConfigurationCreatedEvent, ElasticImageConfigurationRemovedEvent, ElasticImageConfigurationUpdatedEvent

@AsynchronousPreferred public class ElasticImageConfigurationChangedEvent extends BambooEvent
Occurs when an elastic image configuration is updated (added, modified or removed)
See Also:
  • Constructor Details

    • ElasticImageConfigurationChangedEvent

      public ElasticImageConfigurationChangedEvent(Object source, long elasticImageConfigurationId)
  • Method Details

    • getElasticImageConfigurationId

      public long getElasticImageConfigurationId()