Uses of Class
com.atlassian.confluence.it.rpc.ConfluenceRpc.Version
-
Packages that use ConfluenceRpc.Version Package Description com.atlassian.confluence.it.rpc -
-
Uses of ConfluenceRpc.Version in com.atlassian.confluence.it.rpc
Methods in com.atlassian.confluence.it.rpc that return ConfluenceRpc.Version Modifier and Type Method 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.Methods in com.atlassian.confluence.it.rpc with parameters of type ConfluenceRpc.Version Modifier and Type Method 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(com.atlassian.confluence.test.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.
-