Uses of Class
com.atlassian.confluence.it.rpc.ConfluenceRpc.Version

Packages that use ConfluenceRpc.Version
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
static ConfluenceRpc.Version ConfluenceRpc.Version.valueOf(java.lang.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
static ConfluenceRpc ConfluenceRpc.newInstance(java.lang.String baseUrl, ConfluenceRpc.Version version)
          Create a new RPC stub pointed at a specific version of the server-side API.
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.