com.atlassian.bamboo.v2.build.events
Class PostBuildCompletedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.event.Event
com.atlassian.bamboo.v2.build.events.BuildContextEvent
com.atlassian.bamboo.v2.build.events.PostBuildCompletedEvent
- All Implemented Interfaces:
- ContextEvent<BuildContext>, PlanEvent, PlanResultEvent, ResultEvent, Serializable
@AsynchronousPreferred
public class PostBuildCompletedEvent
- extends BuildContextEvent
Fired after the build has been completed
A ResultsSummary
corresponding to this event should be available via ResultsSummaryManager
See BuildCompletedEvent
and BuildFinishedEvent
- See Also:
- Serialized Form
Methods inherited from class com.atlassian.event.Event |
equals, hashCode |
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
PostBuildCompletedEvent
public PostBuildCompletedEvent(Object source,
BuildContext buildContext)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.