Uses of Interface
org.kie.wb.test.rest.client.WorkbenchClient
-
Packages that use WorkbenchClient Package Description org.kie.wb.test.rest.client -
-
Uses of WorkbenchClient in org.kie.wb.test.rest.client
Classes in org.kie.wb.test.rest.client that implement WorkbenchClient Modifier and Type Class Description classRestWorkbenchClientMethods in org.kie.wb.test.rest.client that return WorkbenchClient Modifier and Type Method Description static WorkbenchClientRestWorkbenchClient. createAsyncWorkbenchClient(String appUrl, String userId, String password)Creates Business Central REST client which will execute each operation asynchronously.static WorkbenchClientRestWorkbenchClient. createWorkbenchClient(String appUrl, String userId, String password)Creates Business Central REST client which will wait for successful completion of each operation.static WorkbenchClientRestWorkbenchClient. createWorkbenchClient(String appUrl, String userId, String password, int jobTimeoutSeconds, int projectJobTimeoutSeconds, int cloneRepoTimeoutSeconds)Creates Business Central REST client which will wait for successful completion of each operation using specified timeouts.
-