Uses of Enum Class
com.atlassian.bamboo.testutils.model.notification.NotificationCondition
-
Uses of NotificationCondition in com.atlassian.bamboo.testutils.model.notification
Modifier and TypeMethodDescriptionTestNotificationDetails.getNotificationCondition()
static NotificationCondition
Returns the enum constant of this class with the specified name.static NotificationCondition[]
NotificationCondition.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionUserNotificationDetails.UserNotificationDetailsBuilder.notificationCondition
(NotificationCondition notificationCondition) ModifierConstructorDescriptionprotected
TestNotificationDetails
(NotificationCondition notificationCondition, NotificationRecipient notificationRecipient) UserNotificationDetails
(NotificationCondition notificationCondition, TestUser user)