Modifier and Type | Class and Description |
---|---|
class |
ChangeInResponsibilityNotificationType |
Modifier and Type | Method and Description |
---|---|
List<NotificationType> |
ConfigureEnvironmentNotifications.getAllNotificationEventTypes()
Method to get combined notification types and notification conditions for the ui
|
Modifier and Type | Class and Description |
---|---|
class |
DeploymentFailedNotificationType |
class |
DeploymentFinishedNotificationType |
class |
DeploymentStartedFinishedNotificationType |
Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<NotificationRule> |
HasMatchingNotificationRule.hasMatchingNotificationRule(NotificationManager notificationManager,
Class<? extends NotificationType> notificationTypeClass,
Class<? extends NotificationRecipient> recipientTypeClass,
String recipientString) |
static org.hamcrest.Matcher<NotificationRule> |
HasMatchingNotificationRule.hasMatchingNotificationRule(NotificationManager notificationManager,
Class<? extends NotificationType> notificationTypeClass,
String conditionData,
Class<? extends NotificationRecipient> recipientTypeClass,
String recipientString) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNotificationType |
Modifier and Type | Field and Description |
---|---|
protected Set<Class<? extends NotificationType>> |
AbstractNotificationEventListener.notificationTypeFilter |
Modifier and Type | Method and Description |
---|---|
NotificationType |
NotificationManagerImpl.getNotificationType(NotificationRule rule) |
NotificationType |
NotificationManager.getNotificationType(NotificationRule rule)
Instantiate and populate notification type from a rule.
|
NotificationType |
NotificationManagerImpl.getNotificationTypeFromKey(String key) |
NotificationType |
NotificationManager.getNotificationTypeFromKey(String key)
Retrieve a specific
NotificationType plugin module based on the given key. |
Modifier and Type | Method and Description |
---|---|
List<NotificationType> |
NotificationManagerImpl.getAllNotificationTypes() |
List<NotificationType> |
NotificationManager.getAllNotificationTypes() |
List<NotificationType> |
NotificationManagerImpl.getChainNotificationTypes() |
List<NotificationType> |
NotificationManager.getChainNotificationTypes()
Return notification types marked explicitly as "chain" notification in plugin xml description
|
List<NotificationType> |
NotificationManagerImpl.getDeploymentNotificationTypes() |
List<NotificationType> |
NotificationManager.getDeploymentNotificationTypes() |
List<NotificationType> |
NotificationManagerImpl.getPlanNotificationTypes() |
List<NotificationType> |
NotificationManager.getPlanNotificationTypes() |
List<NotificationType> |
NotificationManagerImpl.getSystemNotificationTypes() |
List<NotificationType> |
NotificationManager.getSystemNotificationTypes() |
Modifier and Type | Method and Description |
---|---|
NotificationRule |
NotificationManagerImpl.createNotificationRule(Class<? extends NotificationType> notificationTypeClass,
String conditionData,
Class<? extends NotificationRecipient> recipientTypeClass,
String recipientString) |
NotificationRule |
NotificationManager.createNotificationRule(Class<? extends NotificationType> notificationTypeClass,
String conditionData,
Class<? extends NotificationRecipient> recipientTypeClass,
String recipientString)
|
Constructor and Description |
---|
AbstractNotificationEventListener(Class<T> eventClass,
Set<Class<? extends NotificationType>> notificationTypeFilter) |
Modifier and Type | Class and Description |
---|---|
class |
CommentNotificationType |
Modifier and Type | Class and Description |
---|---|
class |
AllBuildsNotificationType |
class |
BuildFailedAndFirstFixedNotificationType |
class |
BuildStatusChangeNotificationType
sends a notification whenever the build status changes from passed <> failed
|
class |
FirstJobFailedNotificationType |
Modifier and Type | Class and Description |
---|---|
class |
BuildErrorNotificationType |
Modifier and Type | Class and Description |
---|---|
class |
BuildHungNotificationType |
Modifier and Type | Class and Description |
---|---|
class |
BuildMissingCapableAgentNotificationType |
Modifier and Type | Class and Description |
---|---|
class |
BuildQueueTimeoutNotificationType |
Modifier and Type | Class and Description |
---|---|
class |
AfterXFailedNotificationType |
class |
AllChainNotificationType |
class |
AllStageNotificationType |
class |
ChainFailedAndFirstFixedNotificationType |
class |
ChainStatusChangeNotificationType
sends a notification whenever the chain status changes from passed <> failed
|
Modifier and Type | Method and Description |
---|---|
NotificationType |
NotificationTypeModuleDescriptor.getModule() |
Modifier and Type | Method and Description |
---|---|
static NotificationRule |
NotificationTestHelper.mockNotificationRule(NotificationManager notificationManager,
NotificationType notificationType,
NotificationRecipient notificationRecipient) |
Modifier and Type | Method and Description |
---|---|
List<NotificationType> |
ConfigureSystemNotifications.getAllNotificationEventTypes()
Method to get combined notification types and notification conditions for the ui
|
Modifier and Type | Method and Description |
---|---|
List<NotificationType> |
ConfigureBuildNotification.getAllNotificationEventTypes()
Method to get combined notification types and notification conditions for the ui
|
Modifier and Type | Method and Description |
---|---|
List<NotificationType> |
ConfigureChainNotification.getAllNotificationEventTypes()
Method to get combined notification types and notification conditions for the ui
|
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.