Uses of Class
com.atlassian.confluence.it.rpc.RpcRuntimeException
-
Packages that use RpcRuntimeException Package Description com.atlassian.confluence.it.rpc -
-
Uses of RpcRuntimeException in com.atlassian.confluence.it.rpc
Methods in com.atlassian.confluence.it.rpc that throw RpcRuntimeException Modifier and Type Method Description ObjectConfluenceRpc. execute(String method, Object... args)Deprecated.Since 5.6.ObjectConfluenceRpc. executeAuthPluginXmlRpc(String servicePath, String method, Object... args)Deprecated.Since 5.6.ObjectConfluenceRpc. executeFuncTest(String method, Object... args)Deprecated.Since 5.6.protected ObjectConfluenceRpc. executeFuncTestWithToken(String method, String token, Object... args)Deprecated.ObjectConfluenceRpc. executePluginXmlRpc(String servicePath, String method, Object... args)Deprecated.Execute a Confluence plugin rpc method as anonymous user.protected ObjectConfluenceRpc. executeRpc(String rpcBase, String methodToken, String method, Object... args)Deprecated.ObjectConfluenceRpc. executeWithToken(String method, @Nullable String token, Object... args)Deprecated.Execute method with the specified token.
-