Class AbstractConfigureNotificationComponent
java.lang.Object
com.atlassian.bamboo.pageobjects.pages.plan.configuration.notification.AbstractConfigureNotificationComponent
- Direct Known Subclasses:
ConfigureNotificationComponent
,ConfigureSystemNotificationComponent
-
Field Summary
Modifier and TypeFieldDescriptionprotected com.atlassian.pageobjects.PageBinder
protected com.atlassian.pageobjects.elements.PageElementFinder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable String
boolean
isPresent
(boolean expected) Check if dialog present or not.abstract void
save()
withCondition
(@NotNull String conditionKey) withRecipientType
(@NotNull String recipientTypeKey) withUserName
(@NotNull String userName)
-
Field Details
-
pageBinder
@Inject protected com.atlassian.pageobjects.PageBinder pageBinder -
pageElementFinder
@Inject protected com.atlassian.pageobjects.elements.PageElementFinder pageElementFinder
-
-
Constructor Details
-
AbstractConfigureNotificationComponent
public AbstractConfigureNotificationComponent()
-
-
Method Details
-
save
public abstract void save() -
withCondition
-
withRecipientType
public AbstractConfigureNotificationComponent withRecipientType(@NotNull @NotNull String recipientTypeKey) -
withUserName
-
getSelectedUserName
-
isPresent
public boolean isPresent(boolean expected) Check if dialog present or not. In case it's exists/hidden during 5 seconds return result.- Parameters:
expected
-- Returns:
-
getErrorMessage
-