Interface BuildEventStreamProtos.BuildFinished.ExitCodeOrBuilder

    • Method Detail

      • getName

        java.lang.String getName()
         The name of the exit code.
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        ByteString getNameBytes()
         The name of the exit code.
         
        string name = 1;
        Returns:
        The bytes for name.
      • getCode

        int getCode()
         The exit code.
         
        int32 code = 2;
        Returns:
        The code.