-
- All Implemented Interfaces:
-
com.github.dockerjava.api.async.ResultCallback,java.io.Closeable,java.lang.AutoCloseable
public final class ISHUnitCallback extends ResultCallbackTemplate<ISHUnitCallback, Frame>
Callback for ishunit execution.
-
-
Constructor Summary
Constructors Constructor Description ISHUnitCallback(OutputStream stdout, OutputStream stderr)
-
Method Summary
-
Methods inherited from class com.intershop.gradle.icm.docker.tasks.utils.ISHUnitCallback
awaitCompletion, awaitCompletion, awaitStarted, awaitStarted, close, onComplete, onError, onStart, throwFirstError -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ISHUnitCallback
ISHUnitCallback(OutputStream stdout, OutputStream stderr)
-
-
-
-