public class AuiFlag extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AuiFlag.Type |
Constructor and Description |
---|
AuiFlag(com.atlassian.pageobjects.elements.PageElement flagElement) |
Modifier and Type | Method and Description |
---|---|
void |
dismiss() |
void |
dismissWait(String key)
Dismiss the flag and wait until the server has responded.
|
com.atlassian.pageobjects.elements.PageElement |
getFlagElement() |
String |
getMessage() |
AuiFlag.Type |
getType() |
boolean |
isCloseable()
Does it have a X that when clicked dismisses message
|
AuiMessage |
toMessage() |
public AuiFlag(com.atlassian.pageobjects.elements.PageElement flagElement)
public String getMessage()
public void dismiss()
public void dismissWait(String key)
key
- the flag dismissal keypublic boolean isCloseable()
public AuiFlag.Type getType()
public com.atlassian.pageobjects.elements.PageElement getFlagElement()
public AuiMessage toMessage()
Copyright © 2002-2024 Atlassian. All Rights Reserved.