com.atlassian.bamboo.event
Class BuildCompletedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.event.Event
com.atlassian.bamboo.event.BuildEvent
com.atlassian.bamboo.event.BuildResultEvent
com.atlassian.bamboo.event.BuildStateResultEvent
com.atlassian.bamboo.event.BuildCompletedEvent
- All Implemented Interfaces:
- PlanEvent, PlanResultEvent, java.io.Serializable
@AsynchronousPreferred
public class BuildCompletedEvent
- extends BuildStateResultEvent
Event that gets triggered when a build is completed
A BuildResultsSummary
corresponding to this event should be available via BuildResultsSummaryManager
See PostBuildCompletedEvent
and BuildFinishedEvent
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class com.atlassian.event.Event |
equals, hashCode |
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
BuildCompletedEvent
public BuildCompletedEvent(java.lang.Object source,
PlanResultKey planResultKey,
BuildState buildState,
LifeCycleState lifeCycleState)
Copyright © 2011 Atlassian. All Rights Reserved.