Package gauge.messages
Interface Messages.ExecutionEndingRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.ExecutionEndingRequest,Messages.ExecutionEndingRequest.Builder
- Enclosing class:
- Messages
public static interface Messages.ExecutionEndingRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription/ Holds the current suite execution info./ Holds the current suite execution info.intint32 stream = 3;/ Holds the suite result in execution ending./ Holds the suite result in execution ending.boolean/ Holds the current suite execution info.boolean/ Holds the suite result in execution ending.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
-
hasCurrentExecutionInfo
boolean hasCurrentExecutionInfo()/ Holds the current suite execution info.
.gauge.messages.ExecutionInfo currentExecutionInfo = 1;- Returns:
- Whether the currentExecutionInfo field is set.
-
getCurrentExecutionInfo
Messages.ExecutionInfo getCurrentExecutionInfo()/ Holds the current suite execution info.
.gauge.messages.ExecutionInfo currentExecutionInfo = 1;- Returns:
- The currentExecutionInfo.
-
getCurrentExecutionInfoOrBuilder
Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder()/ Holds the current suite execution info.
.gauge.messages.ExecutionInfo currentExecutionInfo = 1; -
hasSuiteResult
boolean hasSuiteResult()/ Holds the suite result in execution ending.
.gauge.messages.ProtoSuiteResult suiteResult = 2;- Returns:
- Whether the suiteResult field is set.
-
getSuiteResult
Spec.ProtoSuiteResult getSuiteResult()/ Holds the suite result in execution ending.
.gauge.messages.ProtoSuiteResult suiteResult = 2;- Returns:
- The suiteResult.
-
getSuiteResultOrBuilder
Spec.ProtoSuiteResultOrBuilder getSuiteResultOrBuilder()/ Holds the suite result in execution ending.
.gauge.messages.ProtoSuiteResult suiteResult = 2; -
getStream
int getStream()int32 stream = 3;- Returns:
- The stream.
-