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()
BuckEventListener
close
in interface BuckEventListener
close
in interface Closeable
close
in interface AutoCloseable