Class AfterStopContainerObserver
java.lang.Object
org.arquillian.cube.docker.impl.client.AfterStopContainerObserver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecuteCopyAction(DockerClientExecutor dockerClientExecutor, String containerId, Copy configurationParameters) protected voidexecuteLogAction(DockerClientExecutor dockerClientExecutor, String containerId, Log configurationParameters) voidprocessCommands(AfterStop afterStop, CubeRegistry cubeRegistry, DockerClientExecutor dockerClientExecutor)
-
Constructor Details
-
AfterStopContainerObserver
public AfterStopContainerObserver()
-
-
Method Details
-
processCommands
public void processCommands(@Observes AfterStop afterStop, CubeRegistry cubeRegistry, DockerClientExecutor dockerClientExecutor) throws IOException - Throws:
IOException
-
executeCopyAction
protected void executeCopyAction(DockerClientExecutor dockerClientExecutor, String containerId, Copy configurationParameters) throws IOException - Throws:
IOException
-
executeLogAction
protected void executeLogAction(DockerClientExecutor dockerClientExecutor, String containerId, Log configurationParameters) throws IOException - Throws:
IOException
-