EditorMessages
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public enum EditorMessages extends Enum<EditorMessages>
EditorDraftsTest
Enum Constant and Description |
---|
DRAFT_DISCARDED
Deprecated.
|
DRAFT_EXISTS
Deprecated.
|
NEW_PAGE_DRAFT_EXISTS
Deprecated.
|
NOT_LOGGED_IN_EDITOR_WARNING
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Deprecated.
|
static EditorMessages |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static EditorMessages[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EditorMessages NEW_PAGE_DRAFT_EXISTS
public static final EditorMessages DRAFT_EXISTS
public static final EditorMessages DRAFT_DISCARDED
public static final EditorMessages NOT_LOGGED_IN_EDITOR_WARNING
public static EditorMessages[] values()
for (EditorMessages c : EditorMessages.values()) System.out.println(c);
public static EditorMessages valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getMessage()
Copyright © 2003–2017 Atlassian. All rights reserved.