public static interface Messages.TestRunFinishedOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getSuccess()
success = StrictModeEnabled ? (failed_count == 0 && ambiguous_count == 0 && undefined_count == 0 && pending_count == 0) : (failed_count == 0 && ambiguous_count == 0)
|
com.google.protobuf.Timestamp |
getTimestamp()
Timestamp when the TestRun is finished
|
com.google.protobuf.TimestampOrBuilder |
getTimestampOrBuilder()
Timestamp when the TestRun is finished
|
boolean |
hasTimestamp()
Timestamp when the TestRun is finished
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getSuccess()
success = StrictModeEnabled ? (failed_count == 0 && ambiguous_count == 0 && undefined_count == 0 && pending_count == 0) : (failed_count == 0 && ambiguous_count == 0)
bool success = 1;boolean hasTimestamp()
Timestamp when the TestRun is finished
.google.protobuf.Timestamp timestamp = 2;com.google.protobuf.Timestamp getTimestamp()
Timestamp when the TestRun is finished
.google.protobuf.Timestamp timestamp = 2;com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
Timestamp when the TestRun is finished
.google.protobuf.Timestamp timestamp = 2;Copyright © 2019. All rights reserved.