public static interface TestRunOuterClass.TestRunOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Timestamp |
getCompletedAt()
.google.protobuf.Timestamp completed_at = 5; |
TimestampOrBuilder |
getCompletedAtOrBuilder()
.google.protobuf.Timestamp completed_at = 5; |
String |
getInfo()
string info = 3; |
ByteString |
getInfoBytes()
string info = 3; |
String |
getName()
string name = 1; |
ByteString |
getNameBytes()
string name = 1; |
Timestamp |
getStartedAt()
.google.protobuf.Timestamp started_at = 4; |
TimestampOrBuilder |
getStartedAtOrBuilder()
.google.protobuf.Timestamp started_at = 4; |
TestRunOuterClass.TestRun.Status |
getStatus()
.hapi.release.TestRun.Status status = 2; |
int |
getStatusValue()
.hapi.release.TestRun.Status status = 2; |
boolean |
hasCompletedAt()
.google.protobuf.Timestamp completed_at = 5; |
boolean |
hasStartedAt()
.google.protobuf.Timestamp started_at = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
ByteString getNameBytes()
string name = 1;
int getStatusValue()
.hapi.release.TestRun.Status status = 2;
TestRunOuterClass.TestRun.Status getStatus()
.hapi.release.TestRun.Status status = 2;
ByteString getInfoBytes()
string info = 3;
boolean hasStartedAt()
.google.protobuf.Timestamp started_at = 4;
Timestamp getStartedAt()
.google.protobuf.Timestamp started_at = 4;
TimestampOrBuilder getStartedAtOrBuilder()
.google.protobuf.Timestamp started_at = 4;
boolean hasCompletedAt()
.google.protobuf.Timestamp completed_at = 5;
Timestamp getCompletedAt()
.google.protobuf.Timestamp completed_at = 5;
TimestampOrBuilder getCompletedAtOrBuilder()
.google.protobuf.Timestamp completed_at = 5;
Copyright © 2017–2018, microBean. All rights reserved.