Uses of Class
com.atlassian.confluence.it.rpc.RpcRuntimeException

Packages that use RpcRuntimeException
com.atlassian.confluence   
com.atlassian.confluence.it.rpc   
com.atlassian.confluence.rpc   
 

Uses of RpcRuntimeException in com.atlassian.confluence
 

Methods in com.atlassian.confluence that throw RpcRuntimeException
protected  void FileHandleTestingSuite.FileHandleTest.rpclogCommandOutput(java.lang.String commandString)
           
 

Uses of RpcRuntimeException in com.atlassian.confluence.it.rpc
 

Methods in com.atlassian.confluence.it.rpc that throw RpcRuntimeException
 java.lang.Object ConfluenceRpc.execute(java.lang.String method, java.lang.Object... args)
          Execute a Confluence rpc method as the currently logged in user.
 java.lang.Object ConfluenceRpc.executeAuthPluginXmlRpc(java.lang.String servicePath, java.lang.String method, java.lang.Object... args)
          Execute a Confluence plugin rpc method as the currently logged in user.
 java.lang.Object ConfluenceRpc.executeFuncTest(java.lang.String method, java.lang.Object... args)
          Instead of using the execute methods directly, consider adding a wrapper method to ConfluenceRpc.
protected  java.lang.Object ConfluenceRpc.executeFuncTestWithToken(java.lang.String method, java.lang.String token, java.lang.Object... args)
          Execute a functest method with the specified token.
 java.lang.Object ConfluenceRpc.executePluginXmlRpc(java.lang.String servicePath, java.lang.String method, java.lang.Object... args)
          Execute a Confluence plugin rpc method as anonymous user.
protected  java.lang.Object ConfluenceRpc.executeRpc(java.lang.String rpcBase, java.lang.String methodToken, java.lang.String method, java.lang.Object... args)
           
 java.lang.Object ConfluenceRpc.executeWithToken(java.lang.String method, java.lang.String token, java.lang.Object... args)
          Execute method with the specified token.
 

Uses of RpcRuntimeException in com.atlassian.confluence.rpc
 

Methods in com.atlassian.confluence.rpc that throw RpcRuntimeException
 void LoginRpcAcceptanceTest.testGetServerInfo()
           
 void LoginRpcAcceptanceTest.testLogin()
           
 void LoginRpcAcceptanceTest.testSendUTF8Character()
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.