Uses of Enum Class
com.atlassian.bamboo.testutils.model.notification.NotificationCondition
Packages that use NotificationCondition
-
Uses of NotificationCondition in com.atlassian.bamboo.testutils.model.notification
Methods in com.atlassian.bamboo.testutils.model.notification that return NotificationConditionModifier 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.Methods in com.atlassian.bamboo.testutils.model.notification with parameters of type NotificationConditionModifier and TypeMethodDescriptionUserNotificationDetails.UserNotificationDetailsBuilder.notificationCondition
(NotificationCondition notificationCondition) Constructors in com.atlassian.bamboo.testutils.model.notification with parameters of type NotificationConditionModifierConstructorDescriptionprotected
TestNotificationDetails
(NotificationCondition notificationCondition, NotificationRecipient notificationRecipient) UserNotificationDetails
(NotificationCondition notificationCondition, TestUser user)