Class BuildContextEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.bamboo.event.BambooEvent
com.atlassian.bamboo.v2.build.events.BuildContextEvent
All Implemented Interfaces:
ContextEvent<BuildContext>, PlanEvent, PlanResultEvent, ResultEvent, Serializable
Direct Known Subclasses:
BuildQueuedEvent, BuildTriggeredEvent, PostBuildCompletedEvent

public abstract class BuildContextEvent extends BambooEvent implements PlanResultEvent, ContextEvent<BuildContext>
A BuildContextEvent is an event that occurs within the build workflow context
See Also: