public static interface TestSuiteOuterClass.TestSuiteOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
getCompletedAt()
CompletedAt indicates the date/time this test suite was completed
|
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
|
Timestamp |
getStartedAt()
StartedAt indicates the date/time this test suite was kicked off
|
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
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasStartedAt()
StartedAt indicates the date/time this test suite was kicked off
.google.protobuf.Timestamp started_at = 1;Timestamp getStartedAt()
StartedAt indicates the date/time this test suite was kicked off
.google.protobuf.Timestamp started_at = 1;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;Timestamp getCompletedAt()
CompletedAt indicates the date/time this test suite was completed
.google.protobuf.Timestamp completed_at = 2;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 © 2017–2018, microBean. All rights reserved.