public class RuleKeyDiagnosticsListener extends Object implements BuckEventListener
| Constructor and Description |
|---|
RuleKeyDiagnosticsListener(ProjectFilesystem projectFilesystem,
InvocationInfo info,
ExecutorService outputExecutor,
TaskManagerCommandScope managerScope,
Optional<BuildReportFileUploader> buildReportFileUploader) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Cleanup, output any trace data collected to the backing store.
|
void |
onBuildRuleEvent(BuildRuleEvent.Finished event) |
public RuleKeyDiagnosticsListener(ProjectFilesystem projectFilesystem, InvocationInfo info, ExecutorService outputExecutor, TaskManagerCommandScope managerScope, Optional<BuildReportFileUploader> buildReportFileUploader)
public void onBuildRuleEvent(BuildRuleEvent.Finished event)
public void close()
BuckEventListenerclose in interface BuckEventListenerclose in interface Closeableclose in interface AutoCloseable