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

public class PostBuildCompletedEvent extends BuildContextEvent
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:
  • Constructor Details

    • PostBuildCompletedEvent

      public PostBuildCompletedEvent(Object source, BuildContext buildContext)