Class ElasticImageConfigurationChangedEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- com.atlassian.bamboo.event.elastic.ElasticImageConfigurationChangedEvent
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ElasticImageConfigurationCreatedEvent
,ElasticImageConfigurationRemovedEvent
,ElasticImageConfigurationUpdatedEvent
@AsynchronousPreferred public class ElasticImageConfigurationChangedEvent extends com.atlassian.event.Event
Occurs when an elastic image configuration is updated (added, modified or removed)- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ElasticImageConfigurationChangedEvent(Object source, long elasticImageConfigurationId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getElasticImageConfigurationId()
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
ElasticImageConfigurationChangedEvent
public ElasticImageConfigurationChangedEvent(Object source, long elasticImageConfigurationId)
-
-