| Package | Description |
|---|---|
| com.atlassian.crowd.pageobjects.aui | |
| com.atlassian.crowd.pageobjects.aui.util |
| Modifier and Type | Method and Description |
|---|---|
static AuiType |
AuiType.fromClassName(Set<String> cssClasses) |
AuiType |
AuiMessage.getType() |
AuiType |
AuiFlag.getType() |
static AuiType |
AuiType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuiType[] |
AuiType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AuiMessage(AuiType type,
String content) |
| Modifier and Type | Method and Description |
|---|---|
static AuiFlags.AuiFlagMatcher |
AuiFlags.AuiFlagMatcher.forExactFlag(AuiType type,
String header,
String message) |
static AuiMessages.AuiMessageMatcher |
AuiMessages.AuiMessageMatcher.forExactMessage(AuiType type,
String content) |
| Modifier and Type | Method and Description |
|---|---|
static AuiFlags.AuiFlagMatcher |
AuiFlags.AuiFlagMatcher.forFlag(org.hamcrest.Matcher<AuiType> typeMatcher,
org.hamcrest.Matcher<String> headerMatcher,
org.hamcrest.Matcher<String> messageMatcher) |
static AuiMessages.AuiMessageMatcher |
AuiMessages.AuiMessageMatcher.forMessage(org.hamcrest.Matcher<AuiType> typeMatcher,
org.hamcrest.Matcher<String> contentMatcher) |
Copyright © 2020 Atlassian. All rights reserved.