Uses of Class
com.atlassian.bamboo.event.BuildResultEvent
-
Packages that use BuildResultEvent Package Description com.atlassian.bamboo.event -
-
Uses of BuildResultEvent in com.atlassian.bamboo.event
Subclasses of BuildResultEvent in com.atlassian.bamboo.event Modifier and Type Class Description class
BuildCanceledEvent
Fired when Build is canceled through theStopBuildManager
class
BuildCommentDeletedEvent
Occurs when a comment onResultsSummary
has been removedclass
BuildCommentedEvent
Occurs when aResultsSummary
has been commented onclass
BuildCompletedEvent
Event that gets triggered when a build is completed AResultsSummary
corresponding to this event should be available viaResultsSummaryManager
SeePostBuildCompletedEvent
andBuildFinishedEvent
class
BuildFinishedEvent
Fired whenBuildExecutionManager#finishBuild(PlanResultKey)
is called Note that that a correspondingBuildResultsSummary
might not be available SeeBuildCompletedEvent
andPostBuildCompletedEvent
class
BuildQueueTimeoutEvent
class
BuildResultDeletedEvent
Triggered when a build result is removedclass
BuildStateResultEvent
BuildResultEvent
that is aware ofBuildState
class
JobCompletedEvent
Event that gets triggered when a build is completed ABuildResultsSummary
corresponding to this event should be available viaBuildResultsSummaryManager
SeePostBuildCompletedEvent
andBuildFinishedEvent
class
ResultLabelAddedEvent
Fired when aLabel
is added to aResultsSummary
class
ResultLabelEvent
class
ResultLabelRemovedEvent
Fired when aLabel
is removed from aResultsSummary
-