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

Packages that use BuildEvent
com.atlassian.bamboo.event   
com.atlassian.bamboo.v2.events   
 

Uses of BuildEvent in com.atlassian.bamboo.event
 

Subclasses of BuildEvent in com.atlassian.bamboo.event
 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 BuildConfigurationUpdatedEvent
          An event that occurs when the the build configuration is changed
 class BuildDeletedEvent
          Event triggered when a build plan is deleted
 class BuildFinishedEvent
          Fired when BuildExecutionManager.finishBuild(PlanResultKey) is called Note that that a corresponding BuildResultsSummary might not be available See BuildCompletedEvent and PostBuildCompletedEvent
 class BuildHungEvent
          An event that is thrown if the build has been detected to have hung based on certain criteria.
 class BuildQueueTimeoutEvent
           
 class BuildRequirementUpdatedEvent
          Occurs when a Requirement has changed
 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 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
 

Uses of BuildEvent in com.atlassian.bamboo.v2.events
 

Subclasses of BuildEvent in com.atlassian.bamboo.v2.events
 class BuildCreatedEvent
          Occurs when a Job or Build has been created
 class ChangeDetectionRequiredEvent
          Event which signifies that Bamboo should check repositories for changes
 class InitialBuildRequiredEvent
           
 



Copyright © 2011 Atlassian. All Rights Reserved.