google-nomulus/java/google/registry/batch
nickfelt 2be31e79ef Convert DeletionRequest to use @AutoValue.Builder
It has 5 parameters, which is pushing it for a static factory method, and we're anticipating adding more for work that Larry is doing.  Using a builder is preferable here since it makes it harder to accidentally mis-order the parameters (since @AutoValue's generated constructor is sensitive to parameter ordering).

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=152328220
2017-04-10 13:38:47 -04:00
..
BatchComponent.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
BatchModule.java Add mapreduce cleanup action 2017-03-13 10:24:57 -04:00
BUILD Add mapreduce cleanup action 2017-03-13 10:24:57 -04:00
DeleteContactsAndHostsAction.java Convert DeletionRequest to use @AutoValue.Builder 2017-04-10 13:38:47 -04:00
DeleteProberDataAction.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
EntityIntegrityAlertsSchema.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ExpandRecurringBillingEventsAction.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
MapreduceEntityCleanupAction.java Fix handling around size of batches of mapreduce entities to process 2017-03-13 10:42:44 -04:00
MapreduceEntityCleanupUtil.java Add mapreduce cleanup action 2017-03-13 10:24:57 -04:00
RefreshDnsOnHostRenameAction.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
VerifyEntityIntegrityAction.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
VerifyEntityIntegrityStreamer.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00