Uses of Class
com.atlassian.bamboo.event.BuildResultEvent

Packages that use BuildResultEvent
com.atlassian.bamboo.event   
 

Uses of BuildResultEvent in com.atlassian.bamboo.event
 

Subclasses of BuildResultEvent in com.atlassian.bamboo.event
 class BuildCanceledEvent
          Fired when Build is canceled through the StopBuildManager
 class BuildCommentDeletedEvent
          Occurs when a comment on ResultsSummary has been removed
 class BuildCommentedEvent
          Occurs when a ResultsSummary has been commented on
 class BuildCompletedEvent
          Event that gets triggered when a build is completed A ResultsSummary corresponding to this event should be available via ResultsSummaryManager See PostBuildCompletedEvent and BuildFinishedEvent
 class BuildFinishedEvent
          Fired when BuildExecutionManager.finishBuild(PlanResultKey) is called Note that that a corresponding BuildResultsSummary might not be available See BuildCompletedEvent and PostBuildCompletedEvent
 class BuildQueueTimeoutEvent
           
 class BuildResultDeletedEvent
          Triggered when a build result is removed
 class BuildResultsSummaryUpdatedEvent
          Occurs when a BuildResultsSummary has been updated
 class BuildStateResultEvent
          BuildResultEvent that is aware of BuildState
 class JobCompletedEvent
          Event that gets triggered when a build is completed A BuildResultsSummary corresponding to this event should be available via BuildResultsSummaryManager See PostBuildCompletedEvent and BuildFinishedEvent
 class ResultLabelAddedEvent
          Fired when a Label is added to a ResultsSummary
 class ResultLabelEvent
           
 class ResultLabelRemovedEvent
          Fired when a Label is removed from a ResultsSummary
 



Copyright © 2012 Atlassian. All Rights Reserved.