Class OutputFrame

java.lang.Object
run.halo.gradle.docker.OutputFrame

public class OutputFrame extends Object
Holds a frame of container output (usually one line, possibly more)
  • Field Details

  • Constructor Details

  • Method Details

    • getType

      public OutputFrame.OutputType getType()
    • getBytes

      public byte[] getBytes()
    • getUtf8String

      public String getUtf8String()
    • forFrame

      public static OutputFrame forFrame(com.github.dockerjava.api.model.Frame frame)