Allow RdeStagingAction to be invoked manually

RdeStagingAction always processed all RDE and BRDA deposits currently outstanding, updating the cursors appropriately and kicking off the upload job. Sometimes we don't want all that. We just want to create a specific deposit by hand, without modifying the cursors or uploading. This CL adds parameters to support that.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=152415959
This commit is contained in:
mountford 2017-04-06 12:54:20 -07:00 committed by Ben McIlwain
parent 08009e755f
commit 4f94464eaf
8 changed files with 499 additions and 25 deletions

View file

@ -81,7 +81,7 @@ final class GenerateEscrowDepositCommand implements RemoteApiCommand {
@Parameter(
names = {"-m", "--mode"},
description = "RDE/BRDA mode of operation.")
description = "FULL/THIN mode of operation.")
private RdeMode mode = RdeMode.FULL;
@Parameter(