public class AwaitBuilder extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AwaitBuilder.HttpAwaitBuilder |
| Constructor and Description |
|---|
AwaitBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Await |
defaultHttpAwait(URL serviceUrl,
String messageContent,
int statusCode) |
static AwaitBuilder.HttpAwaitBuilder |
httpAwait(String path,
int port) |
static AwaitBuilder.HttpAwaitBuilder |
httpAwait(URL serviceUrl,
String messageContent) |
static AwaitBuilder.HttpAwaitBuilder |
httpsAwait(String path,
int port) |
static Await |
logAwait(String matching) |
static Await |
logAwait(String matching,
int occurrences) |
static Await |
logAwait(String matching,
int timeoutInSeconds,
int occurrences) |
public static AwaitBuilder.HttpAwaitBuilder httpAwait(String path, int port)
public static AwaitBuilder.HttpAwaitBuilder httpsAwait(String path, int port)
public static AwaitBuilder.HttpAwaitBuilder httpAwait(URL serviceUrl, String messageContent)
serviceUrl - You can use dockerHost reserved keyword, which is replaced at runtime for real docker host ip.Copyright © 2018 JBoss by Red Hat. All rights reserved.