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 Object
ConfluenceRpc. execute(String method, Object... args)
Deprecated.Since 5.6.Object
ConfluenceRpc. executeAuthPluginXmlRpc(String servicePath, String method, Object... args)
Deprecated.Since 5.6.Object
ConfluenceRpc. executeFuncTest(String method, Object... args)
Deprecated.Since 5.6.protected Object
ConfluenceRpc. executeFuncTestWithToken(String method, String token, Object... args)
Deprecated.Object
ConfluenceRpc. executePluginXmlRpc(String servicePath, String method, Object... args)
Deprecated.Execute a Confluence plugin rpc method as anonymous user.protected Object
ConfluenceRpc. executeRpc(String rpcBase, String methodToken, String method, Object... args)
Deprecated.Object
ConfluenceRpc. executeWithToken(String method, @Nullable String token, Object... args)
Deprecated.Execute method with the specified token.
-