Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.TestSummary.Builder
Packages that use BuildEventStreamProtos.TestSummary.Builder
-
Uses of BuildEventStreamProtos.TestSummary.Builder in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.TestSummary.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.TestSummary.Builder.addAllFailed(Iterable<? extends BuildEventStreamProtos.File> values) Path to logs of failed runs;BuildEventStreamProtos.TestSummary.Builder.addAllPassed(Iterable<? extends BuildEventStreamProtos.File> values) Path to logs of passed runs.BuildEventStreamProtos.TestSummary.Builder.addFailed(int index, BuildEventStreamProtos.File value) Path to logs of failed runs;BuildEventStreamProtos.TestSummary.Builder.addFailed(int index, BuildEventStreamProtos.File.Builder builderForValue) Path to logs of failed runs;BuildEventStreamProtos.TestSummary.Builder.addFailed(BuildEventStreamProtos.File value) Path to logs of failed runs;BuildEventStreamProtos.TestSummary.Builder.addFailed(BuildEventStreamProtos.File.Builder builderForValue) Path to logs of failed runs;BuildEventStreamProtos.TestSummary.Builder.addPassed(int index, BuildEventStreamProtos.File value) Path to logs of passed runs.BuildEventStreamProtos.TestSummary.Builder.addPassed(int index, BuildEventStreamProtos.File.Builder builderForValue) Path to logs of passed runs.BuildEventStreamProtos.TestSummary.Builder.addPassed(BuildEventStreamProtos.File value) Path to logs of passed runs.BuildEventStreamProtos.TestSummary.Builder.addPassed(BuildEventStreamProtos.File.Builder builderForValue) Path to logs of passed runs.BuildEventStreamProtos.TestSummary.Builder.clear()BuildEventStreamProtos.TestSummary.Builder.clearAttemptCount()Number of attempts.BuildEventStreamProtos.TestSummary.Builder.clearFailed()Path to logs of failed runs;BuildEventStreamProtos.TestSummary.Builder.clearFirstStartTime()When the test first started running.BuildEventStreamProtos.TestSummary.Builder.clearFirstStartTimeMillis()Deprecated.build_event_stream.TestSummary.first_start_time_millis is deprecated.BuildEventStreamProtos.TestSummary.Builder.clearLastStopTime()When the test first started running.BuildEventStreamProtos.TestSummary.Builder.clearLastStopTimeMillis()Deprecated.build_event_stream.TestSummary.last_stop_time_millis is deprecated.BuildEventStreamProtos.TestSummary.Builder.clearOverallStatus()Wrapper around BlazeTestStatus to support importing that enum to proto3.BuildEventStreamProtos.TestSummary.Builder.clearPassed()Path to logs of passed runs.BuildEventStreamProtos.TestSummary.Builder.clearRunCount()Value of runs_per_test for the test.BuildEventStreamProtos.TestSummary.Builder.clearShardCount()Number of shards.BuildEventStreamProtos.TestSummary.Builder.clearTotalNumCached()Total number of cached test actionsBuildEventStreamProtos.TestSummary.Builder.clearTotalRunCount()Total number of shard attempts.BuildEventStreamProtos.TestSummary.Builder.clearTotalRunDuration()The total runtime of the test.BuildEventStreamProtos.TestSummary.Builder.clearTotalRunDurationMillis()Deprecated.build_event_stream.TestSummary.total_run_duration_millis is deprecated.BuildEventStreamProtos.BuildEvent.Builder.getTestSummaryBuilder().build_event_stream.TestSummary test_summary = 9;BuildEventStreamProtos.TestSummary.Builder.mergeFirstStartTime(com.google.protobuf.Timestamp value) When the test first started running.BuildEventStreamProtos.TestSummary.Builder.mergeFrom(BuildEventStreamProtos.TestSummary other) BuildEventStreamProtos.TestSummary.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.TestSummary.Builder.mergeFrom(com.google.protobuf.Message other) BuildEventStreamProtos.TestSummary.Builder.mergeLastStopTime(com.google.protobuf.Timestamp value) When the test first started running.BuildEventStreamProtos.TestSummary.Builder.mergeTotalRunDuration(com.google.protobuf.Duration value) The total runtime of the test.BuildEventStreamProtos.TestSummary.newBuilder()BuildEventStreamProtos.TestSummary.newBuilder(BuildEventStreamProtos.TestSummary prototype) BuildEventStreamProtos.TestSummary.newBuilderForType()BuildEventStreamProtos.TestSummary.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BuildEventStreamProtos.TestSummary.Builder.removeFailed(int index) Path to logs of failed runs;BuildEventStreamProtos.TestSummary.Builder.removePassed(int index) Path to logs of passed runs.BuildEventStreamProtos.TestSummary.Builder.setAttemptCount(int value) Number of attempts.BuildEventStreamProtos.TestSummary.Builder.setFailed(int index, BuildEventStreamProtos.File value) Path to logs of failed runs;BuildEventStreamProtos.TestSummary.Builder.setFailed(int index, BuildEventStreamProtos.File.Builder builderForValue) Path to logs of failed runs;BuildEventStreamProtos.TestSummary.Builder.setFirstStartTime(com.google.protobuf.Timestamp value) When the test first started running.BuildEventStreamProtos.TestSummary.Builder.setFirstStartTime(com.google.protobuf.Timestamp.Builder builderForValue) When the test first started running.BuildEventStreamProtos.TestSummary.Builder.setFirstStartTimeMillis(long value) Deprecated.build_event_stream.TestSummary.first_start_time_millis is deprecated.BuildEventStreamProtos.TestSummary.Builder.setLastStopTime(com.google.protobuf.Timestamp value) When the test first started running.BuildEventStreamProtos.TestSummary.Builder.setLastStopTime(com.google.protobuf.Timestamp.Builder builderForValue) When the test first started running.BuildEventStreamProtos.TestSummary.Builder.setLastStopTimeMillis(long value) Deprecated.build_event_stream.TestSummary.last_stop_time_millis is deprecated.BuildEventStreamProtos.TestSummary.Builder.setOverallStatus(BuildEventStreamProtos.TestStatus value) Wrapper around BlazeTestStatus to support importing that enum to proto3.BuildEventStreamProtos.TestSummary.Builder.setOverallStatusValue(int value) Wrapper around BlazeTestStatus to support importing that enum to proto3.BuildEventStreamProtos.TestSummary.Builder.setPassed(int index, BuildEventStreamProtos.File value) Path to logs of passed runs.BuildEventStreamProtos.TestSummary.Builder.setPassed(int index, BuildEventStreamProtos.File.Builder builderForValue) Path to logs of passed runs.BuildEventStreamProtos.TestSummary.Builder.setRunCount(int value) Value of runs_per_test for the test.BuildEventStreamProtos.TestSummary.Builder.setShardCount(int value) Number of shards.BuildEventStreamProtos.TestSummary.Builder.setTotalNumCached(int value) Total number of cached test actionsBuildEventStreamProtos.TestSummary.Builder.setTotalRunCount(int value) Total number of shard attempts.BuildEventStreamProtos.TestSummary.Builder.setTotalRunDuration(com.google.protobuf.Duration value) The total runtime of the test.BuildEventStreamProtos.TestSummary.Builder.setTotalRunDuration(com.google.protobuf.Duration.Builder builderForValue) The total runtime of the test.BuildEventStreamProtos.TestSummary.Builder.setTotalRunDurationMillis(long value) Deprecated.build_event_stream.TestSummary.total_run_duration_millis is deprecated.BuildEventStreamProtos.TestSummary.toBuilder()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.TestSummary.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEvent.Builder.setTestSummary(BuildEventStreamProtos.TestSummary.Builder builderForValue) .build_event_stream.TestSummary test_summary = 9;