google-nomulus/java/google/registry/reporting
guyben 4097dae3b2 Only inject @Parameter-created variables in the Action itself
Icann reports have 3 parameter-provided injections:

- yearMonth
- subdir
- reportType

We move all of them away from the "inner classes" and only @Inject them in the Actions themselves.

This has 2 benefits:
- it's much clearer what all the parameter inputs of the Actions are
- the "inner injected classes" don't assume anything about the Action that uses them - they will work just as well for JSON actions as for "regular" actions.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=233625765
2019-02-13 16:07:45 -05:00
..
billing Fix various Error Prone errors that were found by the FOSS build 2019-01-28 16:05:09 -05:00
icann Only inject @Parameter-created variables in the Action itself 2019-02-13 16:07:45 -05:00
spec11 Move LocalDate injection to the Actions themselves 2019-02-06 17:52:16 -05:00
BUILD Use new default credentials in a few more modules 2018-09-14 11:53:42 -04:00
ReportingModule.java Move LocalDate injection to the Actions themselves 2019-02-06 17:52:16 -05:00
ReportingUtils.java Run the Spec11 pipeline daily without sending emails 2018-12-12 13:22:34 -05:00