public class LogWaitChecker extends Object implements WaitChecker
Constructor and Description |
---|
LogWaitChecker(String pattern,
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
|
public LogWaitChecker(String pattern, DockerAccess dockerAccess, String containerId, Logger log)
public boolean check()
check
in interface WaitChecker
public void cleanUp()
WaitChecker
cleanUp
in interface WaitChecker
public String getLogLabel()
WaitChecker
getLogLabel
in interface WaitChecker
Copyright © 2020. All rights reserved.