public class LogWaitChecker extends Object implements WaitChecker, LogWaitCheckerCallback
| Constructor and Description |
|---|
LogWaitChecker(String logPattern,
DockerAccess dockerAccess,
String containerId,
Logger log) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
check() |
void |
cleanUp()
Cleanup hook which is called after the wait phase.
|
String |
getLogLabel()
Get the label to be used in the log
|
void |
matched() |
public LogWaitChecker(String logPattern, DockerAccess dockerAccess, String containerId, Logger log)
public void matched()
matched in interface LogWaitCheckerCallbackpublic boolean check()
check in interface WaitCheckerpublic void cleanUp()
WaitCheckercleanUp in interface WaitCheckerpublic String getLogLabel()
WaitCheckergetLogLabel in interface WaitCheckerCopyright © 2018. All rights reserved.