Skip to content

Commit

Permalink
Include --bes_upload_mode in docs
Browse files Browse the repository at this point in the history
Closes #17876.

PiperOrigin-RevId: 520324506
Change-Id: I98125fc6fb095c13a8386245af91923b7bdf5905
  • Loading branch information
keith authored and copybara-github committed Mar 29, 2023
1 parent d1b4fb7 commit 0882eff
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,13 @@ public class BuildEventServiceOptions extends OptionsBase {
name = "bes_upload_mode",
defaultValue = "wait_for_upload_complete",
converter = BesUploadModeConverter.class,
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
documentationCategory = OptionDocumentationCategory.LOGGING,
effectTags = {OptionEffectTag.EAGERNESS_TO_EXIT},
help =
"Specifies whether the Build Event Service upload should block the build completion "
+ "or should end the invocation immediately and finish the upload in the background.")
+ "or should end the invocation immediately and finish the upload in the background. "
+ "Either 'wait_for_upload_complete' (default), 'nowait_for_upload_complete', "
+ "or 'fully_async'.")
public BesUploadMode besUploadMode;

@Option(
Expand Down

0 comments on commit 0882eff

Please sign in to comment.