Uses of Class
com.google.devtools.build.v1.BuildEvent.InvocationAttemptStarted.Builder
Packages that use BuildEvent.InvocationAttemptStarted.Builder
-
Uses of BuildEvent.InvocationAttemptStarted.Builder in com.google.devtools.build.v1
Methods in com.google.devtools.build.v1 that return BuildEvent.InvocationAttemptStarted.BuilderModifier and TypeMethodDescriptionBuildEvent.InvocationAttemptStarted.Builder.clear()BuildEvent.InvocationAttemptStarted.Builder.clearAttemptNumber()The number of the invocation attempt, starting at 1 and increasing by 1 for each new attempt.BuildEvent.InvocationAttemptStarted.Builder.clearDetails()Arbitrary details about the invocation attempt.BuildEvent.Builder.getInvocationAttemptStartedBuilder()An invocation attempt has started.BuildEvent.InvocationAttemptStarted.Builder.mergeDetails(com.google.protobuf.Any value) Arbitrary details about the invocation attempt.BuildEvent.InvocationAttemptStarted.Builder.mergeFrom(BuildEvent.InvocationAttemptStarted other) BuildEvent.InvocationAttemptStarted.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEvent.InvocationAttemptStarted.Builder.mergeFrom(com.google.protobuf.Message other) BuildEvent.InvocationAttemptStarted.newBuilder()BuildEvent.InvocationAttemptStarted.newBuilder(BuildEvent.InvocationAttemptStarted prototype) BuildEvent.InvocationAttemptStarted.newBuilderForType()BuildEvent.InvocationAttemptStarted.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BuildEvent.InvocationAttemptStarted.Builder.setAttemptNumber(long value) The number of the invocation attempt, starting at 1 and increasing by 1 for each new attempt.BuildEvent.InvocationAttemptStarted.Builder.setDetails(com.google.protobuf.Any value) Arbitrary details about the invocation attempt.BuildEvent.InvocationAttemptStarted.Builder.setDetails(com.google.protobuf.Any.Builder builderForValue) Arbitrary details about the invocation attempt.BuildEvent.InvocationAttemptStarted.toBuilder()Methods in com.google.devtools.build.v1 with parameters of type BuildEvent.InvocationAttemptStarted.BuilderModifier and TypeMethodDescriptionBuildEvent.Builder.setInvocationAttemptStarted(BuildEvent.InvocationAttemptStarted.Builder builderForValue) An invocation attempt has started.