Uses of Enum Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.TestStatus
Packages that use BuildEventStreamProtos.TestStatus
-
Uses of BuildEventStreamProtos.TestStatus in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.TestStatusModifier and TypeMethodDescriptionBuildEventStreamProtos.TestStatus.forNumber(int value) BuildEventStreamProtos.TestSummary.Builder.getOverallStatus()Wrapper around BlazeTestStatus to support importing that enum to proto3.BuildEventStreamProtos.TestSummary.getOverallStatus()Wrapper around BlazeTestStatus to support importing that enum to proto3.BuildEventStreamProtos.TestSummaryOrBuilder.getOverallStatus()Wrapper around BlazeTestStatus to support importing that enum to proto3.BuildEventStreamProtos.TargetSummary.Builder.getOverallTestStatus()Repeats TestSummary's overall_status if available.BuildEventStreamProtos.TargetSummary.getOverallTestStatus()Repeats TestSummary's overall_status if available.BuildEventStreamProtos.TargetSummaryOrBuilder.getOverallTestStatus()Repeats TestSummary's overall_status if available.BuildEventStreamProtos.TestResult.Builder.getStatus()The status of this test.BuildEventStreamProtos.TestResult.getStatus()The status of this test.BuildEventStreamProtos.TestResultOrBuilder.getStatus()The status of this test.BuildEventStreamProtos.TestStatus.valueOf(int value) Deprecated.BuildEventStreamProtos.TestStatus.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static BuildEventStreamProtos.TestStatus[]BuildEventStreamProtos.TestStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.devtools.build.lib.buildeventstream that return types with arguments of type BuildEventStreamProtos.TestStatusModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<BuildEventStreamProtos.TestStatus>BuildEventStreamProtos.TestStatus.internalGetValueMap()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.TestStatusModifier and TypeMethodDescriptionBuildEventStreamProtos.TestSummary.Builder.setOverallStatus(BuildEventStreamProtos.TestStatus value) Wrapper around BlazeTestStatus to support importing that enum to proto3.BuildEventStreamProtos.TargetSummary.Builder.setOverallTestStatus(BuildEventStreamProtos.TestStatus value) Repeats TestSummary's overall_status if available.BuildEventStreamProtos.TestResult.Builder.setStatus(BuildEventStreamProtos.TestStatus value) The status of this test.