Class DockerClientExecutor.LogContainerTestCallback

java.lang.Object
com.github.dockerjava.api.async.ResultCallbackTemplate<com.github.dockerjava.core.command.LogContainerResultCallback,com.github.dockerjava.api.model.Frame>
com.github.dockerjava.core.async.ResultCallbackTemplate<com.github.dockerjava.core.command.LogContainerResultCallback,com.github.dockerjava.api.model.Frame>
com.github.dockerjava.core.command.LogContainerResultCallback
org.arquillian.cube.docker.impl.docker.DockerClientExecutor.LogContainerTestCallback
All Implemented Interfaces:
com.github.dockerjava.api.async.ResultCallback<com.github.dockerjava.api.model.Frame>, Closeable, AutoCloseable
Enclosing class:
DockerClientExecutor

public static class DockerClientExecutor.LogContainerTestCallback extends com.github.dockerjava.core.command.LogContainerResultCallback
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.github.dockerjava.api.async.ResultCallback

    com.github.dockerjava.api.async.ResultCallback.Adapter<A_RES_T>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final StringBuilder
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    LogContainerTestCallback(boolean collectFrames)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<com.github.dockerjava.api.model.Frame>
     
    void
    onNext(com.github.dockerjava.api.model.Frame frame)
     
     

    Methods inherited from class com.github.dockerjava.api.async.ResultCallbackTemplate

    awaitCompletion, awaitCompletion, awaitStarted, awaitStarted, close, onComplete, onError, onStart, throwFirstError

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • LogContainerTestCallback

      public LogContainerTestCallback()
    • LogContainerTestCallback

      public LogContainerTestCallback(boolean collectFrames)
  • Method Details

    • onNext

      public void onNext(com.github.dockerjava.api.model.Frame frame)
      Specified by:
      onNext in interface com.github.dockerjava.api.async.ResultCallback<com.github.dockerjava.api.model.Frame>
      Overrides:
      onNext in class com.github.dockerjava.core.command.LogContainerResultCallback
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getCollectedFrames

      public List<com.github.dockerjava.api.model.Frame> getCollectedFrames()