Uses of Enum Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.TestSize
Packages that use BuildEventStreamProtos.TestSize
-
Uses of BuildEventStreamProtos.TestSize in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.TestSizeModifier and TypeMethodDescriptionBuildEventStreamProtos.TestSize.forNumber(int value) BuildEventStreamProtos.TargetComplete.Builder.getTestSize()Deprecated.build_event_stream.TargetComplete.test_size is deprecated.BuildEventStreamProtos.TargetComplete.getTestSize()Deprecated.build_event_stream.TargetComplete.test_size is deprecated.BuildEventStreamProtos.TargetCompleteOrBuilder.getTestSize()Deprecated.build_event_stream.TargetComplete.test_size is deprecated.BuildEventStreamProtos.TargetConfigured.Builder.getTestSize()The size of the test, if the target is a test target.BuildEventStreamProtos.TargetConfigured.getTestSize()The size of the test, if the target is a test target.BuildEventStreamProtos.TargetConfiguredOrBuilder.getTestSize()The size of the test, if the target is a test target.BuildEventStreamProtos.TestSize.valueOf(int value) Deprecated.BuildEventStreamProtos.TestSize.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.TestSize[]BuildEventStreamProtos.TestSize.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.TestSizeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<BuildEventStreamProtos.TestSize>BuildEventStreamProtos.TestSize.internalGetValueMap()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.TestSizeModifier and TypeMethodDescriptionBuildEventStreamProtos.TargetComplete.Builder.setTestSize(BuildEventStreamProtos.TestSize value) Deprecated.build_event_stream.TargetComplete.test_size is deprecated.BuildEventStreamProtos.TargetConfigured.Builder.setTestSize(BuildEventStreamProtos.TestSize value) The size of the test, if the target is a test target.