Uses of Interface
com.google.protobuf.DurationOrBuilder
-
Packages that use DurationOrBuilder Package Description com.google.devtools.build.lib.buildeventstream com.google.devtools.build.v1 com.google.protobuf -
-
Uses of DurationOrBuilder in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return DurationOrBuilder Modifier and Type Method Description DurationOrBuilderBuildEventStreamProtos.TestResult.Builder. getTestAttemptDurationOrBuilder()Time the test took to run.DurationOrBuilderBuildEventStreamProtos.TestResult. getTestAttemptDurationOrBuilder()Time the test took to run.DurationOrBuilderBuildEventStreamProtos.TestResultOrBuilder. getTestAttemptDurationOrBuilder()Time the test took to run.DurationOrBuilderBuildEventStreamProtos.TargetComplete.Builder. getTestTimeoutOrBuilder()The timeout specified for test actions under this configured target.DurationOrBuilderBuildEventStreamProtos.TargetComplete. getTestTimeoutOrBuilder()The timeout specified for test actions under this configured target.DurationOrBuilderBuildEventStreamProtos.TargetCompleteOrBuilder. getTestTimeoutOrBuilder()The timeout specified for test actions under this configured target.DurationOrBuilderBuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdown.Builder. getTimeOrBuilder().google.protobuf.Duration time = 4;DurationOrBuilderBuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdown. getTimeOrBuilder().google.protobuf.Duration time = 4;DurationOrBuilderBuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdownOrBuilder. getTimeOrBuilder().google.protobuf.Duration time = 4;DurationOrBuilderBuildEventStreamProtos.TestSummary.Builder. getTotalRunDurationOrBuilder()The total runtime of the test.DurationOrBuilderBuildEventStreamProtos.TestSummary. getTotalRunDurationOrBuilder()The total runtime of the test.DurationOrBuilderBuildEventStreamProtos.TestSummaryOrBuilder. getTotalRunDurationOrBuilder()The total runtime of the test. -
Uses of DurationOrBuilder in com.google.devtools.build.v1
Methods in com.google.devtools.build.v1 that return DurationOrBuilder Modifier and Type Method Description DurationOrBuilderPublishLifecycleEventRequest.Builder. getStreamTimeoutOrBuilder()If the next event for this build or invocation (depending on the event type) hasn't been published after this duration from when {build_event} is written to BES, consider this stream expired.DurationOrBuilderPublishLifecycleEventRequest. getStreamTimeoutOrBuilder()If the next event for this build or invocation (depending on the event type) hasn't been published after this duration from when {build_event} is written to BES, consider this stream expired.DurationOrBuilderPublishLifecycleEventRequestOrBuilder. getStreamTimeoutOrBuilder()If the next event for this build or invocation (depending on the event type) hasn't been published after this duration from when {build_event} is written to BES, consider this stream expired. -
Uses of DurationOrBuilder in com.google.protobuf
Classes in com.google.protobuf that implement DurationOrBuilder Modifier and Type Class Description classDurationProtobuf typegoogle.protobuf.Durationstatic classDuration.BuilderProtobuf typegoogle.protobuf.Duration
-