Uses of Class
com.atlassian.bamboo.event.BuildStateResultEvent
-
Uses of BuildStateResultEvent in com.atlassian.bamboo.event
Modifier and TypeClassDescriptionclass
Event that gets triggered when a build is completed AResultsSummary
corresponding to this event should be available viaResultsSummaryManager
SeePostBuildCompletedEvent
andBuildFinishedEvent
class
Fired whenBuildExecutionManager#finishBuild(PlanResultKey)
is called Note that that a correspondingBuildResultsSummary
might not be available SeeBuildCompletedEvent
andPostBuildCompletedEvent
class
Event that gets triggered when a build is completed ABuildResultsSummary
corresponding to this event should be available viaBuildResultsSummaryManager
SeePostBuildCompletedEvent
andBuildFinishedEvent
-
Uses of BuildStateResultEvent in com.atlassian.bamboo.notification.buildcompleted
Modifier and TypeMethodDescriptionvoid
BuildCompletedNotificationListener.handleEvent
(@NotNull BuildStateResultEvent event, @NotNull ImmutablePlan plan)