Package | Description |
---|---|
com.atlassian.confluence.it.rpc |
Modifier and Type | Method and Description |
---|---|
static ConfluenceRpc.Version |
ConfluenceRpc.Version.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfluenceRpc.Version[] |
ConfluenceRpc.Version.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ConfluenceRpc |
ConfluenceRpc.newInstance(BaseUrlSelector baseUrlSelector,
ConfluenceRpc.Version version)
Deprecated.
Create a new RPC stub pointed at a specific version of the server-side API.
|
static ConfluenceRpc |
ConfluenceRpc.newInstance(String baseUrl,
ConfluenceRpc.Version version)
Deprecated.
Create a new RPC stub pointed at a specific version of the server-side API.
|
static ConfluenceRpc |
ConfluenceRpc.newInstanceForSetup(String baseUrl,
ConfluenceRpc.Version version)
Deprecated.
Create a new RPC stub pointed at a specific version of the server-side API, for use with Setup acceptance tests.
|
Copyright © 2003–2016 Atlassian. All rights reserved.