Interface BuildEventStreamProtos.ProgressOrBuilder

    • Method Detail

      • getStdout

        java.lang.String getStdout()
         The next chunk of stdout that bazel produced since the last progress event
         or the beginning of the build.
         
        string stdout = 1;
        Returns:
        The stdout.
      • getStdoutBytes

        ByteString getStdoutBytes()
         The next chunk of stdout that bazel produced since the last progress event
         or the beginning of the build.
         
        string stdout = 1;
        Returns:
        The bytes for stdout.
      • getStderr

        java.lang.String getStderr()
         The next chunk of stderr that bazel produced since the last progress event
         or the beginning of the build.
         
        string stderr = 2;
        Returns:
        The stderr.
      • getStderrBytes

        ByteString getStderrBytes()
         The next chunk of stderr that bazel produced since the last progress event
         or the beginning of the build.
         
        string stderr = 2;
        Returns:
        The bytes for stderr.