Uses of Interface
com.atlassian.bamboo.event.PlanResultEvent

Packages that use PlanResultEvent
com.atlassian.bamboo.event   
com.atlassian.bamboo.v2.build.events   
 

Uses of PlanResultEvent in com.atlassian.bamboo.event
 

Classes in com.atlassian.bamboo.event that implement PlanResultEvent
 class BuildCanceledEvent
          Fired when Build is canceled through the StopBuildManager
 class BuildCommentedEvent
          Occurs when a ResultsSummary has been commented on
 class BuildCompletedEvent
          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 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 BuildResultEvent
          Base class for build result related events
 class BuildResultsSummaryUpdatedEvent
          Occurs when a BuildResultsSummary has been updated
 class BuildStateResultEvent
          BuildResultEvent that is aware of BuildState
 class ChainCompletedEvent
          Event that gets triggered after a chain completes
 class ChainResultDeletedEvent
           
 class ChainResultEvent
          Base class for chain result related events
 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
 class StageCompletedEvent
          Event that gets triggered after a stage completes
 

Uses of PlanResultEvent in com.atlassian.bamboo.v2.build.events
 

Classes in com.atlassian.bamboo.v2.build.events that implement PlanResultEvent
 class BuildContextEvent
          A BuildContextEvent is an event that occurs within the build workflow context
 class BuildQueuedEvent
           
 class BuildTriggeredEvent
           
 class PostBuildCompletedEvent
          Fired after the build has been completed A BuildResultsSummary corresponding to this event should be available via BuildResultsSummaryManager See BuildCompletedEvent and BuildFinishedEvent
 



Copyright © 2011 Atlassian. All Rights Reserved.