| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.api.builders.notification |
Bamboo notifications support.
|
| com.atlassian.bamboo.specs.builders.notification |
Bamboo notifications support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NotificationType<N extends NotificationType<N,P>,P extends NotificationTypeProperties>
Represents notification type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnyNotificationType
Represents any notification type.
|
| Modifier and Type | Method and Description |
|---|---|
Notification |
Notification.type(NotificationType<?,?> type)
Defines a type of the notifications.
|
Notification |
EmptyNotificationsList.type(NotificationType<?,?> type)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BuildErrorNotification
Represents notifications send on build error.
|
class |
CommentAddedNotification
Represent a notification which is sent when comment is added to a chain.
|
class |
DeploymentFailedNotification
Represents a notification which is sent when a deployment is failed.
|
class |
DeploymentFinishedNotification
Represents a notification which is sent when a deployment is completed (with either success or failure).
|
class |
DeploymentStartedAndFinishedNotification
Represents a notification which is sent when a deployment is started and finished.
|
class |
FirstFailedJobNotification
Represents a notification which is sent for first job that failed for the plan.
|
class |
JobCompletedNotification
Represents a notification which is sent for every job that completes.
|
class |
JobFailedNotification
Defines notification which is sent for every job that failed and the first run which fixes it.
|
class |
JobHungNotification
Represents a notification which is sent when any job has hung while building.
|
class |
JobStatusChangedNotification
Represents a notification which is sent every time a job status is changing.
|
class |
JobTimeoutNotification
Represents a notification which is sent for every job which has been stuck in a queue over a given threshold.
|
class |
JobWithoutAgentNotification
Represent a notification which is sent when a job gets queued without an agent being able to build it.
|
class |
PlanCompletedNotification
Represents a notification sent for fully completed plan.
|
class |
PlanFailedNotification
Represents a notification sent for failed plan build.
|
class |
PlanStatusChangedNotification
Represents a notification sent when status of a plan changes.
|
class |
ResponsibilityChangedNotification
Represents a notification sent when responsibility of a broken plan is manually updated.
|
class |
XFailedChainsNotification
Represents a notification sent when plan consecutively fails for a specified number of times.
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.