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
Occurs when an elastic image configuration is updated (added, modified or removed)
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionElasticImageConfigurationChangedEvent(Object source, long elasticImageConfigurationId) -
Method Summary
Methods inherited from class com.atlassian.bamboo.event.BambooEvent
equals, hashCodeMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
ElasticImageConfigurationChangedEvent
-
-
Method Details
-
getElasticImageConfigurationId
public long getElasticImageConfigurationId()
-