Package | Description |
---|---|
org.kie.wb.test.rest.client |
Modifier and Type | Class and Description |
---|---|
class |
RestWorkbenchClient |
Modifier and Type | Method and Description |
---|---|
static WorkbenchClient |
RestWorkbenchClient.createAsyncWorkbenchClient(String appUrl,
String userId,
String password)
Creates Business Central REST client which will execute each operation asynchronously.
|
static WorkbenchClient |
RestWorkbenchClient.createWorkbenchClient(String appUrl,
String userId,
String password)
Creates Business Central REST client which will wait for successful completion of each operation.
|
static WorkbenchClient |
RestWorkbenchClient.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.
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.