Class ConfigureNotificationComponent
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.pages.plan.configuration.notification.AbstractConfigureNotificationComponent
-
- com.atlassian.bamboo.pageobjects.pages.plan.configuration.notification.ConfigureNotificationComponent
-
public class ConfigureNotificationComponent extends AbstractConfigureNotificationComponent
A component ofConfigurePlanNotificationsPage
that contains a form to add or edit notifications.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONDITION_ALL_BUILDS_COMPLETED
static String
RECIPIENT_TYPE_USER
-
Fields inherited from class com.atlassian.bamboo.pageobjects.pages.plan.configuration.notification.AbstractConfigureNotificationComponent
pageBinder, pageElementFinder
-
-
Constructor Summary
Constructors Constructor Description ConfigureNotificationComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
save()
-
Methods inherited from class com.atlassian.bamboo.pageobjects.pages.plan.configuration.notification.AbstractConfigureNotificationComponent
getErrorMessage, getSelectedUserName, isPresent, withCondition, withRecipientType, withUserName
-
-
-
-
Field Detail
-
CONDITION_ALL_BUILDS_COMPLETED
public static final String CONDITION_ALL_BUILDS_COMPLETED
- See Also:
- Constant Field Values
-
RECIPIENT_TYPE_USER
public static final String RECIPIENT_TYPE_USER
- See Also:
- Constant Field Values
-
-
Method Detail
-
save
public void save()
- Specified by:
save
in classAbstractConfigureNotificationComponent
-
-