Overload | Description |
---|---|
RunAnalysisAndBuildReport(IProject,String) | Runs a full analysis on this project, in-process and synchronously, and then generate a HTML report. (Only available with a Build Machine license). |
RunAnalysisAndBuildReport(IProject,Action<IAnalysisLog>,Action<IProgressLog>,String) | Runs a full analysis on this project, in-process and synchronously, and then generate a HTML report. (Only available with a Build Machine license). |