程序包 hapi.release
接口 TestRunOuterClass.TestRunOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- TestRunOuterClass
public static interface TestRunOuterClass.TestRunOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 com.google.protobuf.TimestampgetCompletedAt().google.protobuf.Timestamp completed_at = 5;com.google.protobuf.TimestampOrBuildergetCompletedAtOrBuilder().google.protobuf.Timestamp completed_at = 5;StringgetInfo()string info = 3;com.google.protobuf.ByteStringgetInfoBytes()string info = 3;StringgetName()string name = 1;com.google.protobuf.ByteStringgetNameBytes()string name = 1;com.google.protobuf.TimestampgetStartedAt().google.protobuf.Timestamp started_at = 4;com.google.protobuf.TimestampOrBuildergetStartedAtOrBuilder().google.protobuf.Timestamp started_at = 4;TestRunOuterClass.TestRun.StatusgetStatus().hapi.release.TestRun.Status status = 2;intgetStatusValue().hapi.release.TestRun.Status status = 2;booleanhasCompletedAt().google.protobuf.Timestamp completed_at = 5;booleanhasStartedAt().google.protobuf.Timestamp started_at = 4;
-
-
-
方法详细资料
-
getName
String getName()
string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 1;
-
getStatusValue
int getStatusValue()
.hapi.release.TestRun.Status status = 2;
-
getStatus
TestRunOuterClass.TestRun.Status getStatus()
.hapi.release.TestRun.Status status = 2;
-
getInfo
String getInfo()
string info = 3;
-
getInfoBytes
com.google.protobuf.ByteString getInfoBytes()
string info = 3;
-
hasStartedAt
boolean hasStartedAt()
.google.protobuf.Timestamp started_at = 4;
-
getStartedAt
com.google.protobuf.Timestamp getStartedAt()
.google.protobuf.Timestamp started_at = 4;
-
getStartedAtOrBuilder
com.google.protobuf.TimestampOrBuilder getStartedAtOrBuilder()
.google.protobuf.Timestamp started_at = 4;
-
hasCompletedAt
boolean hasCompletedAt()
.google.protobuf.Timestamp completed_at = 5;
-
getCompletedAt
com.google.protobuf.Timestamp getCompletedAt()
.google.protobuf.Timestamp completed_at = 5;
-
getCompletedAtOrBuilder
com.google.protobuf.TimestampOrBuilder getCompletedAtOrBuilder()
.google.protobuf.Timestamp completed_at = 5;
-
-