public class BuildReportUploader extends Object
BuildReportUpload
. It encodes and uploads
the given FullBuildReport
Modifier and Type | Method and Description |
---|---|
com.facebook.buck.support.build.report.UploadResponse |
uploadReport(FullBuildReport report)
Upload a build report to the server
|
public com.facebook.buck.support.build.report.UploadResponse uploadReport(FullBuildReport report) throws IOException
report
- the report that's being uploadedIOException
- an exception related with the http connection or json mapping