Class AuiMessages
java.lang.Object
com.atlassian.jira.pageobjects.elements.AuiMessages
Utilities for finding and manipulating AUI messages on JIRA forms.
- Since:
- 5.1
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic com.google.common.base.Predicate<AuiMessage> containsAnyText(Iterable<String> texts) static com.google.common.base.Predicate<com.atlassian.pageobjects.elements.PageElement> Predicate checking for AUI message of any type.static com.google.common.base.Predicate<com.atlassian.pageobjects.elements.PageElement> static com.google.common.base.Predicate<AuiMessage> isOfType(AuiMessage.Type type)
-
Field Details
-
AUI_MESSAGE_CLASS
- See Also:
-
AUI_MESSAGE_ERROR_SELECTOR
-
AUI_MESSAGE_WARNING_SELECTOR
-
AUI_MESSAGE_SUCCESS_SELECTOR
-
-
Method Details
-
auiMessageSelector
-
isAuiMessage
public static com.google.common.base.Predicate<com.atlassian.pageobjects.elements.PageElement> isAuiMessage()Predicate checking for AUI message of any type.- Returns:
- prediacte for finding AUI message page elements
-
containsAnyText
- Parameters:
texts- the given texts- Returns:
- predicate checking whether message contains any of the given texts
- Since:
- v6.4
-
isAuiMessageOfType
public static com.google.common.base.Predicate<com.atlassian.pageobjects.elements.PageElement> isAuiMessageOfType(AuiMessage.Type type) -
isOfType
-