Package gauge.messages
Interface Messages.ExecutionStatusResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.ExecutionStatusResponse,Messages.ExecutionStatusResponse.Builder
- Enclosing class:
- Messages
public static interface Messages.ExecutionStatusResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription/ Holds the suite result after suite execution done./ Holds the suite result after suite execution done.boolean/ Holds the suite result after suite execution done.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasExecutionResult
boolean hasExecutionResult()/ Holds the suite result after suite execution done.
.gauge.messages.ProtoExecutionResult executionResult = 1;- Returns:
- Whether the executionResult field is set.
-
getExecutionResult
Spec.ProtoExecutionResult getExecutionResult()/ Holds the suite result after suite execution done.
.gauge.messages.ProtoExecutionResult executionResult = 1;- Returns:
- The executionResult.
-
getExecutionResultOrBuilder
Spec.ProtoExecutionResultOrBuilder getExecutionResultOrBuilder()/ Holds the suite result after suite execution done.
.gauge.messages.ProtoExecutionResult executionResult = 1;
-