Interface Spec.ProtoScenarioResultOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Spec.ProtoScenarioResult, Spec.ProtoScenarioResult.Builder
    Enclosing class:
    Spec

    public static interface Spec.ProtoScenarioResultOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getExecutionTime()
      / Holds the time taken for executing the whole suite.
      Spec.ProtoItem getProtoItem()
      / Collection of scenarios in scenario execution result.
      Spec.ProtoItemOrBuilder getProtoItemOrBuilder()
      / Collection of scenarios in scenario execution result.
      String getTimestamp()
      / Holds the timestamp of event starting.
      com.google.protobuf.ByteString getTimestampBytes()
      / Holds the timestamp of event starting.
      boolean hasProtoItem()
      / Collection of scenarios in scenario execution result.
      • 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

      • hasProtoItem

        boolean hasProtoItem()
        / Collection of scenarios in scenario execution result.
         
        .gauge.messages.ProtoItem protoItem = 1;
      • getProtoItem

        Spec.ProtoItem getProtoItem()
        / Collection of scenarios in scenario execution result.
         
        .gauge.messages.ProtoItem protoItem = 1;
      • getProtoItemOrBuilder

        Spec.ProtoItemOrBuilder getProtoItemOrBuilder()
        / Collection of scenarios in scenario 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;