Package io.fabric8.maven.docker.wait
Interface WaitChecker
-
- All Known Implementing Classes:
ExitCodeChecker,HealthCheckChecker,HttpPingChecker,LogWaitChecker,TcpPortChecker
public interface WaitCheckerInterface for various wait checkers- Since:
- 25/03/2017
- Author:
- roland
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancheck()voidcleanUp()Cleanup hook which is called after the wait phase.StringgetLogLabel()Get the label to be used in the log
-
-
-
Method Detail
-
check
boolean check()
- Returns:
- true if the the check has succeed, false otherwise
-
cleanUp
void cleanUp()
Cleanup hook which is called after the wait phase.
-
getLogLabel
String getLogLabel()
Get the label to be used in the log- Returns:
-
-