Class BuildEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.bamboo.event.BambooEvent
com.atlassian.bamboo.event.BuildEvent
All Implemented Interfaces:
PlanEvent, Serializable
Direct Known Subclasses:
BuildConfigurationUpdatedEvent, BuildCreatedEvent, BuildDeletedEvent, BuildHungEvent, BuildRequirementUpdatedEvent, BuildResultEvent, ChangeDetectionRequiredEvent, InitialBuildRequiredEvent, UserResponsibilityEvent

@AsynchronousPreferred public class BuildEvent extends BambooEvent implements PlanEvent
Generic base event for BambooEvents that captures a Plan. We store the key so that the listeners
See Also: