|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ConfluenceRpc.Version>
com.atlassian.confluence.it.rpc.ConfluenceRpc.Version
public static enum ConfluenceRpc.Version
Enumeration of all supported versions of the Confluence remote API
| Enum Constant Summary | |
|---|---|
V1
The original confluence1 (pre-4.0) API |
|
V2
The confluence2 (post-4.0) API with support for the xml storage format |
|
V2_WITH_WIKI_MARKUP
The V2 API, except for calls to create content which are passed through the V1 API so tests can create content with wiki markup. |
|
| Method Summary | |
|---|---|
static ConfluenceRpc.Version |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ConfluenceRpc.Version[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ConfluenceRpc.Version V1
public static final ConfluenceRpc.Version V2
public static final ConfluenceRpc.Version V2_WITH_WIKI_MARKUP
| Method Detail |
|---|
public static ConfluenceRpc.Version[] values()
for (ConfluenceRpc.Version c : ConfluenceRpc.Version.values()) System.out.println(c);
public static ConfluenceRpc.Version valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||