com.atlassian.bamboo.v2.build.events
Class PostBuildCompletedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by com.atlassian.event.Event
              extended by com.atlassian.bamboo.v2.build.events.BuildContextEvent
                  extended by com.atlassian.bamboo.v2.build.events.PostBuildCompletedEvent
All Implemented Interfaces:
ContextEvent<BuildContext>, PlanEvent, PlanResultEvent, ResultEvent, java.io.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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PostBuildCompletedEvent(java.lang.Object source, BuildContext buildContext)
           
 
Method Summary
 
Methods inherited from class com.atlassian.bamboo.v2.build.events.BuildContextEvent
getBuildContext, getContext, getPlanKey, getPlanResultKey, getResultKey
 
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
 

Constructor Detail

PostBuildCompletedEvent

public PostBuildCompletedEvent(java.lang.Object source,
                               BuildContext buildContext)


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.