Class TestNotificationDetails
- java.lang.Object
-
- com.atlassian.bamboo.testutils.model.notification.TestNotificationDetails
-
- Direct Known Subclasses:
UserNotificationDetails
public abstract class TestNotificationDetails extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TestNotificationDetails(NotificationCondition notificationCondition, NotificationRecipient notificationRecipient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationCondition
getNotificationCondition()
NotificationRecipient
getNotificationRecipient()
-
-
-
Constructor Detail
-
TestNotificationDetails
protected TestNotificationDetails(NotificationCondition notificationCondition, NotificationRecipient notificationRecipient)
-
-
Method Detail
-
getNotificationCondition
public NotificationCondition getNotificationCondition()
-
getNotificationRecipient
public NotificationRecipient getNotificationRecipient()
-
-