Package io.fabric8.maven.docker.service
Class WaitService
- java.lang.Object
-
- io.fabric8.maven.docker.service.WaitService
-
public class WaitService extends Object
- Since:
- 03.05.17
- Author:
- roland
-
-
Constructor Summary
Constructors Constructor Description WaitService(DockerAccess dockerAccess, QueryService queryService, Logger log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwait(ImageConfiguration imageConfig, Properties projectProperties, String containerId)
-
-
-
Constructor Detail
-
WaitService
public WaitService(DockerAccess dockerAccess, QueryService queryService, Logger log)
-
-
Method Detail
-
wait
public void wait(ImageConfiguration imageConfig, Properties projectProperties, String containerId) throws IOException
- Throws:
IOException
-
-