Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.BuildStarted.Builder
Packages that use BuildEventStreamProtos.BuildStarted.Builder
-
Uses of BuildEventStreamProtos.BuildStarted.Builder in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.BuildStarted.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildStarted.Builder.clear()BuildEventStreamProtos.BuildStarted.Builder.clearBuildToolVersion()Version of the build tool that is running.BuildEventStreamProtos.BuildStarted.Builder.clearCommand()The name of the command that the user invoked.BuildEventStreamProtos.BuildStarted.Builder.clearOptionsDescription()A human-readable description of all the non-default option settingsBuildEventStreamProtos.BuildStarted.Builder.clearServerPid()The process ID of the Bazel server.BuildEventStreamProtos.BuildStarted.Builder.clearStartTime()Start of the build.BuildEventStreamProtos.BuildStarted.Builder.clearStartTimeMillis()Deprecated.build_event_stream.BuildStarted.start_time_millis is deprecated.BuildEventStreamProtos.BuildStarted.Builder.clearUuid()string uuid = 1;BuildEventStreamProtos.BuildStarted.Builder.clearWorkingDirectory()The working directory from which the build tool was invoked.BuildEventStreamProtos.BuildStarted.Builder.clearWorkspaceDirectory()The directory of the workspace.BuildEventStreamProtos.BuildEvent.Builder.getStartedBuilder().build_event_stream.BuildStarted started = 5;BuildEventStreamProtos.BuildStarted.Builder.mergeFrom(BuildEventStreamProtos.BuildStarted other) BuildEventStreamProtos.BuildStarted.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.BuildStarted.Builder.mergeFrom(com.google.protobuf.Message other) BuildEventStreamProtos.BuildStarted.Builder.mergeStartTime(com.google.protobuf.Timestamp value) Start of the build.BuildEventStreamProtos.BuildStarted.newBuilder()BuildEventStreamProtos.BuildStarted.newBuilder(BuildEventStreamProtos.BuildStarted prototype) BuildEventStreamProtos.BuildStarted.newBuilderForType()BuildEventStreamProtos.BuildStarted.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BuildEventStreamProtos.BuildStarted.Builder.setBuildToolVersion(String value) Version of the build tool that is running.BuildEventStreamProtos.BuildStarted.Builder.setBuildToolVersionBytes(com.google.protobuf.ByteString value) Version of the build tool that is running.BuildEventStreamProtos.BuildStarted.Builder.setCommand(String value) The name of the command that the user invoked.BuildEventStreamProtos.BuildStarted.Builder.setCommandBytes(com.google.protobuf.ByteString value) The name of the command that the user invoked.BuildEventStreamProtos.BuildStarted.Builder.setOptionsDescription(String value) A human-readable description of all the non-default option settingsBuildEventStreamProtos.BuildStarted.Builder.setOptionsDescriptionBytes(com.google.protobuf.ByteString value) A human-readable description of all the non-default option settingsBuildEventStreamProtos.BuildStarted.Builder.setServerPid(long value) The process ID of the Bazel server.BuildEventStreamProtos.BuildStarted.Builder.setStartTime(com.google.protobuf.Timestamp value) Start of the build.BuildEventStreamProtos.BuildStarted.Builder.setStartTime(com.google.protobuf.Timestamp.Builder builderForValue) Start of the build.BuildEventStreamProtos.BuildStarted.Builder.setStartTimeMillis(long value) Deprecated.build_event_stream.BuildStarted.start_time_millis is deprecated.string uuid = 1;BuildEventStreamProtos.BuildStarted.Builder.setUuidBytes(com.google.protobuf.ByteString value) string uuid = 1;BuildEventStreamProtos.BuildStarted.Builder.setWorkingDirectory(String value) The working directory from which the build tool was invoked.BuildEventStreamProtos.BuildStarted.Builder.setWorkingDirectoryBytes(com.google.protobuf.ByteString value) The working directory from which the build tool was invoked.BuildEventStreamProtos.BuildStarted.Builder.setWorkspaceDirectory(String value) The directory of the workspace.BuildEventStreamProtos.BuildStarted.Builder.setWorkspaceDirectoryBytes(com.google.protobuf.ByteString value) The directory of the workspace.BuildEventStreamProtos.BuildStarted.toBuilder()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.BuildStarted.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEvent.Builder.setStarted(BuildEventStreamProtos.BuildStarted.Builder builderForValue) .build_event_stream.BuildStarted started = 5;