Class BuildTriggeredEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.bamboo.event.BambooEvent
com.atlassian.bamboo.v2.build.events.BuildContextEvent
com.atlassian.bamboo.v2.build.events.BuildTriggeredEvent
- All Implemented Interfaces:
ContextEvent<BuildContext>
,PlanEvent
,PlanResultEvent
,ResultEvent
,Serializable
Deprecated.
since 10.0
Used to trigger adding jobs to build queue, now that is done synchronously. Retained for backward compatibility although
hooking on this event was not recommended in the first place.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class com.atlassian.bamboo.v2.build.events.BuildContextEvent
getBuildContext, getContext, getPlanKey, getPlanResultKey, getResultKey
Methods inherited from class com.atlassian.bamboo.event.BambooEvent
equals, hashCode
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
BuildTriggeredEvent
Deprecated.
-