Class PostBuildCompletedEvent
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.PostBuildCompletedEvent
- All Implemented Interfaces:
ContextEvent<BuildContext>,PlanEvent,PlanResultEvent,ResultEvent,Serializable
Synchronous event fired after the build has been completed.
This event is synchronous as it runs plugin points that are part of the build pipeline.
A
ResultsSummary corresponding to this event should be available via ResultsSummaryManager
See BuildCompletedEvent and BuildFinishedEvent- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.bamboo.v2.build.events.BuildContextEvent
getBuildContext, getContext, getPlanKey, getPlanResultKey, getResultKeyMethods inherited from class com.atlassian.bamboo.event.BambooEvent
equals, hashCodeMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
PostBuildCompletedEvent
-