return LocalFallbackStats.builder().setLocallyExecutedRules(localFallbackLocalExecutions.get()).setLocallySuccessfulRules(localFallbackSuccessfulLocalExecutions.get()).setTotalExecutedRules(localFallbackTotalExecutions.get()).build(); | return LocalFallbackStats.builder().setLocallyExecutedRules(localFallbackLocalExecutions.intValue()).setLocallySuccessfulRules(localFallbackSuccessfulLocalExecutions.intValue()).setTotalExecutedRules(localFallbackTotalExecutions.intValue()).build(); | LocalFallbackStats.builder().setLocallyExecutedRules(localFallbackLocalExecutions.get()).setLocallySuccessfulRules(localFallbackSuccessfulLocalExecutions.get()).setTotalExecutedRules(localFallbackTotalExecutions.get()).build() | LocalFallbackStats.builder().setLocallyExecutedRules(localFallbackLocalExecutions.intValue()).setLocallySuccessfulRules(localFallbackSuccessfulLocalExecutions.intValue()).setTotalExecutedRules(localFallbackTotalExecutions.intValue()).build() | buck | 43ae97a44131873008baa4bdf10d5a04191daa89 | com.facebook.buck.remoteexecution.event.listener.RemoteExecutionEventListener | | _1 | localFallbackLocalExecutions |
---|
_2 | localFallbackLocalExecutions |
---|
| TCIVar | localFallbackLocalExecutions |
---|
| | TCIVar | localFallbackLocalExecutions |
---|
| Uses | True |