public static interface TestSuiteOuterClass.TestSuiteOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.Timestamp |
getCompletedAt()
CompletedAt indicates the date/time this test suite was completed
.google.protobuf.Timestamp completed_at = 2; |
com.google.protobuf.TimestampOrBuilder |
getCompletedAtOrBuilder()
CompletedAt indicates the date/time this test suite was completed
.google.protobuf.Timestamp completed_at = 2; |
TestRunOuterClass.TestRun |
getResults(int index)
Results are the results of each segment of the test
repeated .hapi.release.TestRun results = 3; |
int |
getResultsCount()
Results are the results of each segment of the test
repeated .hapi.release.TestRun results = 3; |
List<TestRunOuterClass.TestRun> |
getResultsList()
Results are the results of each segment of the test
repeated .hapi.release.TestRun results = 3; |
TestRunOuterClass.TestRunOrBuilder |
getResultsOrBuilder(int index)
Results are the results of each segment of the test
repeated .hapi.release.TestRun results = 3; |
List<? extends TestRunOuterClass.TestRunOrBuilder> |
getResultsOrBuilderList()
Results are the results of each segment of the test
repeated .hapi.release.TestRun results = 3; |
com.google.protobuf.Timestamp |
getStartedAt()
StartedAt indicates the date/time this test suite was kicked off
.google.protobuf.Timestamp started_at = 1; |
com.google.protobuf.TimestampOrBuilder |
getStartedAtOrBuilder()
StartedAt indicates the date/time this test suite was kicked off
.google.protobuf.Timestamp started_at = 1; |
boolean |
hasCompletedAt()
CompletedAt indicates the date/time this test suite was completed
.google.protobuf.Timestamp completed_at = 2; |
boolean |
hasStartedAt()
StartedAt indicates the date/time this test suite was kicked off
.google.protobuf.Timestamp started_at = 1; |
boolean hasStartedAt()
StartedAt indicates the date/time this test suite was kicked off
.google.protobuf.Timestamp started_at = 1;com.google.protobuf.Timestamp getStartedAt()
StartedAt indicates the date/time this test suite was kicked off
.google.protobuf.Timestamp started_at = 1;com.google.protobuf.TimestampOrBuilder getStartedAtOrBuilder()
StartedAt indicates the date/time this test suite was kicked off
.google.protobuf.Timestamp started_at = 1;boolean hasCompletedAt()
CompletedAt indicates the date/time this test suite was completed
.google.protobuf.Timestamp completed_at = 2;com.google.protobuf.Timestamp getCompletedAt()
CompletedAt indicates the date/time this test suite was completed
.google.protobuf.Timestamp completed_at = 2;com.google.protobuf.TimestampOrBuilder getCompletedAtOrBuilder()
CompletedAt indicates the date/time this test suite was completed
.google.protobuf.Timestamp completed_at = 2;List<TestRunOuterClass.TestRun> getResultsList()
Results are the results of each segment of the test
repeated .hapi.release.TestRun results = 3;TestRunOuterClass.TestRun getResults(int index)
Results are the results of each segment of the test
repeated .hapi.release.TestRun results = 3;int getResultsCount()
Results are the results of each segment of the test
repeated .hapi.release.TestRun results = 3;List<? extends TestRunOuterClass.TestRunOrBuilder> getResultsOrBuilderList()
Results are the results of each segment of the test
repeated .hapi.release.TestRun results = 3;TestRunOuterClass.TestRunOrBuilder getResultsOrBuilder(int index)
Results are the results of each segment of the test
repeated .hapi.release.TestRun results = 3;Copyright © 2022. All rights reserved.