Interface Messages.ExecutionStatusResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Spec.ProtoExecutionResult getExecutionResult()
      / Holds the suite result after suite execution done.
      Spec.ProtoExecutionResultOrBuilder getExecutionResultOrBuilder()
      / Holds the suite result after suite execution done.
      boolean hasExecutionResult()
      / Holds the suite result after suite execution done.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasExecutionResult

        boolean hasExecutionResult()
        / Holds the suite result after suite execution done.
         
        .gauge.messages.ProtoExecutionResult executionResult = 1;
      • getExecutionResult

        Spec.ProtoExecutionResult getExecutionResult()
        / Holds the suite result after suite execution done.
         
        .gauge.messages.ProtoExecutionResult executionResult = 1;
      • getExecutionResultOrBuilder

        Spec.ProtoExecutionResultOrBuilder getExecutionResultOrBuilder()
        / Holds the suite result after suite execution done.
         
        .gauge.messages.ProtoExecutionResult executionResult = 1;