From 9f007a3b829b09a514d1146e89d9ad368951faed Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 29 Sep 2015 00:00:36 +0200 Subject: SONAR-6835 Log scanner context when processing Compute Engine task --- .../main/java/org/sonar/batch/protocol/output/BatchReportReader.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sonar-batch-protocol') diff --git a/sonar-batch-protocol/src/main/java/org/sonar/batch/protocol/output/BatchReportReader.java b/sonar-batch-protocol/src/main/java/org/sonar/batch/protocol/output/BatchReportReader.java index 7a650438204..b8d1fb2d42e 100644 --- a/sonar-batch-protocol/src/main/java/org/sonar/batch/protocol/output/BatchReportReader.java +++ b/sonar-batch-protocol/src/main/java/org/sonar/batch/protocol/output/BatchReportReader.java @@ -152,4 +152,8 @@ public class BatchReportReader { private static boolean fileExists(File file) { return file.exists() && file.isFile(); } + + public FileStructure getFileStructure() { + return fileStructure; + } } -- cgit v1.2.3