Uses of Class
com.google.devtools.build.v1.BuildEvent.Builder
Packages that use BuildEvent.Builder
-
Uses of BuildEvent.Builder in com.google.devtools.build.v1
Methods in com.google.devtools.build.v1 that return BuildEvent.BuilderModifier and TypeMethodDescriptionBuildEvent.Builder.clear()BuildEvent.Builder.clearBazelEvent()Structured build event generated by Bazel about its execution progress.BuildEvent.Builder.clearBuildEnqueued()The build is enqueued.BuildEvent.Builder.clearBuildExecutionEvent()An event that contains supplemental tool-specific information about build execution.BuildEvent.Builder.clearBuildFinished()The build has finished.BuildEvent.Builder.clearComponentStreamFinished()Indicates the end of a build event stream (with the same StreamId) from a build component executing the requested build task.BuildEvent.Builder.clearConsoleOutput()An event containing printed text.BuildEvent.Builder.clearEvent()BuildEvent.Builder.clearEventTime()This should be precisely the time when this event happened, and not when the event proto was created or sent.BuildEvent.Builder.clearInvocationAttemptFinished()An invocation attempt has finished.BuildEvent.Builder.clearInvocationAttemptStarted()An invocation attempt has started.BuildEvent.Builder.clearSourceFetchEvent()An event that contains supplemental tool-specific information about source fetching.OrderedBuildEvent.Builder.getEventBuilder()The actual event.BuildEvent.Builder.mergeBazelEvent(com.google.protobuf.Any value) Structured build event generated by Bazel about its execution progress.BuildEvent.Builder.mergeBuildEnqueued(BuildEvent.BuildEnqueued value) The build is enqueued.BuildEvent.Builder.mergeBuildExecutionEvent(com.google.protobuf.Any value) An event that contains supplemental tool-specific information about build execution.BuildEvent.Builder.mergeBuildFinished(BuildEvent.BuildFinished value) The build has finished.BuildEvent.Builder.mergeComponentStreamFinished(BuildEvent.BuildComponentStreamFinished value) Indicates the end of a build event stream (with the same StreamId) from a build component executing the requested build task.BuildEvent.Builder.mergeConsoleOutput(BuildEvent.ConsoleOutput value) An event containing printed text.BuildEvent.Builder.mergeEventTime(com.google.protobuf.Timestamp value) This should be precisely the time when this event happened, and not when the event proto was created or sent.BuildEvent.Builder.mergeFrom(BuildEvent other) BuildEvent.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEvent.Builder.mergeFrom(com.google.protobuf.Message other) BuildEvent.Builder.mergeInvocationAttemptFinished(BuildEvent.InvocationAttemptFinished value) An invocation attempt has finished.BuildEvent.Builder.mergeInvocationAttemptStarted(BuildEvent.InvocationAttemptStarted value) An invocation attempt has started.BuildEvent.Builder.mergeSourceFetchEvent(com.google.protobuf.Any value) An event that contains supplemental tool-specific information about source fetching.static BuildEvent.BuilderBuildEvent.newBuilder()static BuildEvent.BuilderBuildEvent.newBuilder(BuildEvent prototype) BuildEvent.newBuilderForType()protected BuildEvent.BuilderBuildEvent.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BuildEvent.Builder.setBazelEvent(com.google.protobuf.Any value) Structured build event generated by Bazel about its execution progress.BuildEvent.Builder.setBazelEvent(com.google.protobuf.Any.Builder builderForValue) Structured build event generated by Bazel about its execution progress.BuildEvent.Builder.setBuildEnqueued(BuildEvent.BuildEnqueued value) The build is enqueued.BuildEvent.Builder.setBuildEnqueued(BuildEvent.BuildEnqueued.Builder builderForValue) The build is enqueued.BuildEvent.Builder.setBuildExecutionEvent(com.google.protobuf.Any value) An event that contains supplemental tool-specific information about build execution.BuildEvent.Builder.setBuildExecutionEvent(com.google.protobuf.Any.Builder builderForValue) An event that contains supplemental tool-specific information about build execution.BuildEvent.Builder.setBuildFinished(BuildEvent.BuildFinished value) The build has finished.BuildEvent.Builder.setBuildFinished(BuildEvent.BuildFinished.Builder builderForValue) The build has finished.BuildEvent.Builder.setComponentStreamFinished(BuildEvent.BuildComponentStreamFinished value) Indicates the end of a build event stream (with the same StreamId) from a build component executing the requested build task.BuildEvent.Builder.setComponentStreamFinished(BuildEvent.BuildComponentStreamFinished.Builder builderForValue) Indicates the end of a build event stream (with the same StreamId) from a build component executing the requested build task.BuildEvent.Builder.setConsoleOutput(BuildEvent.ConsoleOutput value) An event containing printed text.BuildEvent.Builder.setConsoleOutput(BuildEvent.ConsoleOutput.Builder builderForValue) An event containing printed text.BuildEvent.Builder.setEventTime(com.google.protobuf.Timestamp value) This should be precisely the time when this event happened, and not when the event proto was created or sent.BuildEvent.Builder.setEventTime(com.google.protobuf.Timestamp.Builder builderForValue) This should be precisely the time when this event happened, and not when the event proto was created or sent.BuildEvent.Builder.setInvocationAttemptFinished(BuildEvent.InvocationAttemptFinished value) An invocation attempt has finished.BuildEvent.Builder.setInvocationAttemptFinished(BuildEvent.InvocationAttemptFinished.Builder builderForValue) An invocation attempt has finished.BuildEvent.Builder.setInvocationAttemptStarted(BuildEvent.InvocationAttemptStarted value) An invocation attempt has started.BuildEvent.Builder.setInvocationAttemptStarted(BuildEvent.InvocationAttemptStarted.Builder builderForValue) An invocation attempt has started.BuildEvent.Builder.setSourceFetchEvent(com.google.protobuf.Any value) An event that contains supplemental tool-specific information about source fetching.BuildEvent.Builder.setSourceFetchEvent(com.google.protobuf.Any.Builder builderForValue) An event that contains supplemental tool-specific information about source fetching.BuildEvent.toBuilder()Methods in com.google.devtools.build.v1 with parameters of type BuildEvent.BuilderModifier and TypeMethodDescriptionOrderedBuildEvent.Builder.setEvent(BuildEvent.Builder builderForValue) The actual event.