google-nomulus/java/google/registry/monitoring/whitebox
nickfelt 2537e95de5 Change EppMetric.Builder to use @AutoValue.Builder
Getting rid of builder boilerplate makes my heart sing.  Since we can no
longer @Inject the Builder() constructor, this change adds a provider
in WhiteboxModule that calls a special builderForRequest() factory method,
which gets passed a request ID and Clock and preserves the existing
EppMetric magic that sets the start and end time for you.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=132714432
2016-09-14 15:38:22 -04:00
..
BigQueryMetric.java Refactor EppMetrics into the EppMetric value type 2016-09-07 12:19:22 -04:00
BigQueryMetricsEnqueuer.java Refactor EppMetrics into the EppMetric value type 2016-09-07 12:19:22 -04:00
BUILD Refactor EppMetrics into the EppMetric value type 2016-09-07 12:19:22 -04:00
EntityIntegrityAlertsSchema.java Rename fields in EppMetrics and EntityIntegrityAlertsSchema 2016-08-30 14:18:07 -04:00
EppMetric.java Change EppMetric.Builder to use @AutoValue.Builder 2016-09-14 15:38:22 -04:00
MetricsExportAction.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
package-info.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
StackdriverModule.java Small fixes in StackdriverModule 2016-09-02 13:48:47 -04:00
VerifyEntityIntegrityAction.java DeReference the codebase 2016-09-02 13:50:20 -04:00
VerifyEntityIntegrityStreamer.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
WhiteboxComponent.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
WhiteboxModule.java Change EppMetric.Builder to use @AutoValue.Builder 2016-09-14 15:38:22 -04:00