程序包 hapi.release

接口 TestSuiteOuterClass.TestSuiteOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      com.google.protobuf.Timestamp getCompletedAt()
      CompletedAt indicates the date/time this test suite was completed
      com.google.protobuf.TimestampOrBuilder getCompletedAtOrBuilder()
      CompletedAt indicates the date/time this test suite was completed
      TestRunOuterClass.TestRun getResults​(int index)
      Results are the results of each segment of the test
      int getResultsCount()
      Results are the results of each segment of the test
      List<TestRunOuterClass.TestRun> getResultsList()
      Results are the results of each segment of the test
      TestRunOuterClass.TestRunOrBuilder getResultsOrBuilder​(int index)
      Results are the results of each segment of the test
      List<? extends TestRunOuterClass.TestRunOrBuilder> getResultsOrBuilderList()
      Results are the results of each segment of the test
      com.google.protobuf.Timestamp getStartedAt()
      StartedAt indicates the date/time this test suite was kicked off
      com.google.protobuf.TimestampOrBuilder getStartedAtOrBuilder()
      StartedAt indicates the date/time this test suite was kicked off
      boolean hasCompletedAt()
      CompletedAt indicates the date/time this test suite was completed
      boolean hasStartedAt()
      StartedAt indicates the date/time this test suite was kicked off
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 从接口继承的方法 com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 方法详细资料

      • hasStartedAt

        boolean hasStartedAt()
         StartedAt indicates the date/time this test suite was kicked off
         
        .google.protobuf.Timestamp started_at = 1;
      • getStartedAt

        com.google.protobuf.Timestamp getStartedAt()
         StartedAt indicates the date/time this test suite was kicked off
         
        .google.protobuf.Timestamp started_at = 1;
      • getStartedAtOrBuilder

        com.google.protobuf.TimestampOrBuilder getStartedAtOrBuilder()
         StartedAt indicates the date/time this test suite was kicked off
         
        .google.protobuf.Timestamp started_at = 1;
      • hasCompletedAt

        boolean hasCompletedAt()
         CompletedAt indicates the date/time this test suite was completed
         
        .google.protobuf.Timestamp completed_at = 2;
      • getCompletedAt

        com.google.protobuf.Timestamp getCompletedAt()
         CompletedAt indicates the date/time this test suite was completed
         
        .google.protobuf.Timestamp completed_at = 2;
      • getCompletedAtOrBuilder

        com.google.protobuf.TimestampOrBuilder getCompletedAtOrBuilder()
         CompletedAt indicates the date/time this test suite was completed
         
        .google.protobuf.Timestamp completed_at = 2;
      • getResultsList

        List<TestRunOuterClass.TestRun> getResultsList()
         Results are the results of each segment of the test
         
        repeated .hapi.release.TestRun results = 3;
      • getResults

        TestRunOuterClass.TestRun getResults​(int index)
         Results are the results of each segment of the test
         
        repeated .hapi.release.TestRun results = 3;
      • getResultsCount

        int getResultsCount()
         Results are the results of each segment of the test
         
        repeated .hapi.release.TestRun results = 3;
      • getResultsOrBuilderList

        List<? extends TestRunOuterClass.TestRunOrBuilder> getResultsOrBuilderList()
         Results are the results of each segment of the test
         
        repeated .hapi.release.TestRun results = 3;
      • getResultsOrBuilder

        TestRunOuterClass.TestRunOrBuilder getResultsOrBuilder​(int index)
         Results are the results of each segment of the test
         
        repeated .hapi.release.TestRun results = 3;