public class BuildReport extends Object
Constructor and Description |
---|
BuildReport(com.facebook.buck.command.Build.BuildExecutionResult buildExecutionResult,
SourcePathResolverAdapter pathResolver,
Cell rootCell) |
Modifier and Type | Method and Description |
---|---|
String |
generateForConsole(Console console) |
String |
generateJsonBuildReport() |
public BuildReport(com.facebook.buck.command.Build.BuildExecutionResult buildExecutionResult, SourcePathResolverAdapter pathResolver, Cell rootCell)
buildExecutionResult
- the build result to generate the report for.pathResolver
- source path resolver which can be used for the result.public String generateJsonBuildReport() throws IOException
IOException