程序包 hapi.release
接口 TestSuiteOuterClass.TestSuiteOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- TestSuiteOuterClass
public static interface TestSuiteOuterClass.TestSuiteOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 com.google.protobuf.TimestampgetCompletedAt()CompletedAt indicates the date/time this test suite was completedcom.google.protobuf.TimestampOrBuildergetCompletedAtOrBuilder()CompletedAt indicates the date/time this test suite was completedTestRunOuterClass.TestRungetResults(int index)Results are the results of each segment of the testintgetResultsCount()Results are the results of each segment of the testList<TestRunOuterClass.TestRun>getResultsList()Results are the results of each segment of the testTestRunOuterClass.TestRunOrBuildergetResultsOrBuilder(int index)Results are the results of each segment of the testList<? extends TestRunOuterClass.TestRunOrBuilder>getResultsOrBuilderList()Results are the results of each segment of the testcom.google.protobuf.TimestampgetStartedAt()StartedAt indicates the date/time this test suite was kicked offcom.google.protobuf.TimestampOrBuildergetStartedAtOrBuilder()StartedAt indicates the date/time this test suite was kicked offbooleanhasCompletedAt()CompletedAt indicates the date/time this test suite was completedbooleanhasStartedAt()StartedAt indicates the date/time this test suite was kicked off
-
-
-
方法详细资料
-
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;
-
-