public class ConfigureNotificationComponent extends Object
ConfigurePlanNotificationsPage
that contains a form to add or edit notifications.Modifier and Type | Field and Description |
---|---|
static String |
CONDITION_ALL_BUILDS_COMPLETED |
protected com.atlassian.pageobjects.PageBinder |
pageBinder |
protected com.atlassian.pageobjects.elements.PageElementFinder |
pageElementFinder |
static String |
RECIPIENT_TYPE_USER |
Constructor and Description |
---|
ConfigureNotificationComponent() |
Modifier and Type | Method and Description |
---|---|
String |
getErrorMessage() |
String |
getSelectedUserName() |
boolean |
isPresent(boolean expected)
Check if dialog present or not.
|
void |
save() |
ConfigureNotificationComponent |
withCondition(String conditionKey) |
ConfigureNotificationComponent |
withRecipientType(String recipientTypeKey) |
ConfigureNotificationComponent |
withUserName(String userName) |
public static final String CONDITION_ALL_BUILDS_COMPLETED
public static final String RECIPIENT_TYPE_USER
@Inject protected com.atlassian.pageobjects.PageBinder pageBinder
@Inject protected com.atlassian.pageobjects.elements.PageElementFinder pageElementFinder
public ConfigureNotificationComponent withCondition(@NotNull String conditionKey)
public ConfigureNotificationComponent withRecipientType(@NotNull String recipientTypeKey)
public ConfigureNotificationComponent withUserName(@NotNull String userName)
public void save()
@Nullable public String getSelectedUserName()
public boolean isPresent(boolean expected)
expected
- public String getErrorMessage()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.