Searched refs:FETCH_BUILD (Results 1 – 6 of 6) sorted by relevance
36 Map<String, String> result = logMetric(InvocationMetricKey.FETCH_BUILD, "TEST", null); in testLogMetrics()37 assertEquals("TEST", result.get(InvocationMetricKey.FETCH_BUILD.toString())); in testLogMetrics()42 .get(InvocationMetricKey.FETCH_BUILD.toString())); in testLogMetrics()
42 FETCH_BUILD, enumConstant
43 FETCH_BUILD("fetch_build_time_ms", true), enumConstant
363 .get(InvocationMetricKey.FETCH_BUILD.toString()); in invocationComplete()
620 context.addInvocationAttribute(InvocationMetricKey.FETCH_BUILD.toString(), "100");
1246 InvocationMetricKey.FETCH_BUILD, fetchBuildDuration); in invoke()