Package com.atlassian.bamboo.event
Class ChainCreatedEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- com.atlassian.bamboo.event.ChainEvent
-
- com.atlassian.bamboo.event.ChainCreatedEvent
-
- All Implemented Interfaces:
PlanEvent
,Serializable
@AsynchronousPreferred public final class ChainCreatedEvent extends ChainEvent
Event is triggered when new chain created. It's final to avoid triggering handlers of this event, like caches and initial build trigger.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.event.ChainEvent
planKey
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ChainCreatedEvent(Object source, PlanKey planKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Instant
getEventCreationTime()
-
Methods inherited from class com.atlassian.bamboo.event.ChainEvent
getPlanKey, toString
-
Methods inherited from class java.util.EventObject
getSource
-
-