public interface WithTimeoutDaemonBuilder extends DaemonBuildTriggerWithoutTimeout
| Modifier and Type | Method and Description |
|---|---|
DaemonBuildTriggerWithTimeout |
withWaitUntilOutputLineMathes(String regex)
Resolver will wait until the specified regex matches some line of the build output.
|
DaemonBuildTriggerWithTimeout |
withWaitUntilOutputLineMathes(String regex,
long timeout,
TimeUnit timeoutUnit)
Resolver will wait until the specified regex matches some line of the build output.
|
buildDaemonBuildTriggerWithTimeout withWaitUntilOutputLineMathes(String regex)
TimeoutException is thrownregex - Regex a line of the build output should matchDaemonBuildTriggerWithTimeoutDaemonBuildTriggerWithTimeout withWaitUntilOutputLineMathes(String regex, long timeout, TimeUnit timeoutUnit)
TimeoutException is thrownregex - Regex a line of the build output should matchtimeout - the maximum time to waittimeoutUnit - the time unit of the timeout argumentDaemonBuildTriggerWithTimeoutCopyright © 2023 JBoss by Red Hat. All rights reserved.