Uses of Class
com.atlassian.bamboo.testutils.model.notification.NotificationRecipient
-
Packages that use NotificationRecipient Package Description com.atlassian.bamboo.testutils.model.notification -
-
Uses of NotificationRecipient in com.atlassian.bamboo.testutils.model.notification
Methods in com.atlassian.bamboo.testutils.model.notification that return NotificationRecipient Modifier and Type Method Description NotificationRecipient
TestNotificationDetails. getNotificationRecipient()
static NotificationRecipient
NotificationRecipient. valueOf(String name)
Returns the enum constant of this type with the specified name.static NotificationRecipient[]
NotificationRecipient. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.bamboo.testutils.model.notification with parameters of type NotificationRecipient Constructor Description TestNotificationDetails(NotificationCondition notificationCondition, NotificationRecipient notificationRecipient)
-