Class WaitConfig
- java.lang.Object
-
- org.honton.chas.podman.maven.plugin.config.WaitConfig
-
public class WaitConfig extends Object
Container wait configuration
-
-
Field Summary
Fields Modifier and Type Field Description HttpWaitConfig
http
Http probe configurationString
log
String to detect in logint
time
Seconds to wait before failing
-
Constructor Summary
Constructors Constructor Description WaitConfig()
-
-
-
Field Detail
-
http
@Parameter public HttpWaitConfig http
Http probe configuration
-
log
@Parameter public String log
String to detect in log
-
time
@Parameter(defaultValue="60") public int time
Seconds to wait before failing
-
-