Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.BuildEventId.TestProgressId.Builder
Packages that use BuildEventStreamProtos.BuildEventId.TestProgressId.Builder
-
Uses of BuildEventStreamProtos.BuildEventId.TestProgressId.Builder in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.BuildEventId.TestProgressId.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEventId.TestProgressId.Builder.clear()BuildEventStreamProtos.BuildEventId.TestProgressId.Builder.clearAttempt()The execution attempt number which may increase due to retries (e.g.BuildEventStreamProtos.BuildEventId.TestProgressId.Builder.clearConfiguration()The configuration under which the action is running.BuildEventStreamProtos.BuildEventId.TestProgressId.Builder.clearLabel()The label of the target for the action.BuildEventStreamProtos.BuildEventId.TestProgressId.Builder.clearOpaqueCount()An incrementing count used to differentiate TestProgressIds for the same test attempt.BuildEventStreamProtos.BuildEventId.TestProgressId.Builder.clearRun()The run number of the test action (e.g.BuildEventStreamProtos.BuildEventId.TestProgressId.Builder.clearShard()For sharded tests, the shard number of the test action.BuildEventStreamProtos.BuildEventId.Builder.getTestProgressBuilder().build_event_stream.BuildEventId.TestProgressId test_progress = 29;BuildEventStreamProtos.BuildEventId.TestProgressId.Builder.mergeConfiguration(BuildEventStreamProtos.BuildEventId.ConfigurationId value) The configuration under which the action is running.BuildEventStreamProtos.BuildEventId.TestProgressId.Builder.mergeFrom(BuildEventStreamProtos.BuildEventId.TestProgressId other) BuildEventStreamProtos.BuildEventId.TestProgressId.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.BuildEventId.TestProgressId.Builder.mergeFrom(com.google.protobuf.Message other) BuildEventStreamProtos.BuildEventId.TestProgressId.newBuilder()BuildEventStreamProtos.BuildEventId.TestProgressId.newBuilder(BuildEventStreamProtos.BuildEventId.TestProgressId prototype) BuildEventStreamProtos.BuildEventId.TestProgressId.newBuilderForType()BuildEventStreamProtos.BuildEventId.TestProgressId.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BuildEventStreamProtos.BuildEventId.TestProgressId.Builder.setAttempt(int value) The execution attempt number which may increase due to retries (e.g.BuildEventStreamProtos.BuildEventId.TestProgressId.Builder.setConfiguration(BuildEventStreamProtos.BuildEventId.ConfigurationId value) The configuration under which the action is running.BuildEventStreamProtos.BuildEventId.TestProgressId.Builder.setConfiguration(BuildEventStreamProtos.BuildEventId.ConfigurationId.Builder builderForValue) The configuration under which the action is running.The label of the target for the action.BuildEventStreamProtos.BuildEventId.TestProgressId.Builder.setLabelBytes(com.google.protobuf.ByteString value) The label of the target for the action.BuildEventStreamProtos.BuildEventId.TestProgressId.Builder.setOpaqueCount(int value) An incrementing count used to differentiate TestProgressIds for the same test attempt.BuildEventStreamProtos.BuildEventId.TestProgressId.Builder.setRun(int value) The run number of the test action (e.g.BuildEventStreamProtos.BuildEventId.TestProgressId.Builder.setShard(int value) For sharded tests, the shard number of the test action.BuildEventStreamProtos.BuildEventId.TestProgressId.toBuilder()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.BuildEventId.TestProgressId.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEventId.Builder.setTestProgress(BuildEventStreamProtos.BuildEventId.TestProgressId.Builder builderForValue) .build_event_stream.BuildEventId.TestProgressId test_progress = 29;