Package gauge.messages
Interface Spec.ProtoStepResultOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Spec.ProtoStepResult,Spec.ProtoStepResult.Builder
- Enclosing class:
- Spec
public static interface Spec.ProtoStepResultOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetExecutionTime()/ Holds the time taken for executing the whole suite.Spec.ProtoItemgetProtoItem()/ Collection of steps in step execution result.Spec.ProtoItemOrBuildergetProtoItemOrBuilder()/ Collection of steps in step execution result.StringgetTimestamp()/ Holds the timestamp of event starting.com.google.protobuf.ByteStringgetTimestampBytes()/ Holds the timestamp of event starting.booleanhasProtoItem()/ Collection of steps in step execution result.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasProtoItem
boolean hasProtoItem()
/ Collection of steps in step execution result.
.gauge.messages.ProtoItem protoItem = 1;
-
getProtoItem
Spec.ProtoItem getProtoItem()
/ Collection of steps in step execution result.
.gauge.messages.ProtoItem protoItem = 1;
-
getProtoItemOrBuilder
Spec.ProtoItemOrBuilder getProtoItemOrBuilder()
/ Collection of steps in step execution result.
.gauge.messages.ProtoItem protoItem = 1;
-
getExecutionTime
long getExecutionTime()
/ Holds the time taken for executing the whole suite.
int64 executionTime = 2;
-
getTimestamp
String getTimestamp()
/ Holds the timestamp of event starting.
string timestamp = 3;
-
getTimestampBytes
com.google.protobuf.ByteString getTimestampBytes()
/ Holds the timestamp of event starting.
string timestamp = 3;
-
-