| Package | Description |
|---|---|
| com.atlassian.bamboo.event | |
| com.atlassian.bamboo.notification.buildcompleted |
| Modifier and Type | Class and Description |
|---|---|
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 |
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 |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildCompletedNotificationListener.handleEvent(@NotNull BuildStateResultEvent event,
@NotNull ImmutablePlan plan) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.