generateHTMLReport
R2026bClass: matlab.buildtool.BuildResult
Namespace: matlab.buildtool
Syntax
Description
generateHTMLReport( generates an
interactive build report in HTML format from the build result and saves it to a temporary
folder. By default, the method names the main file of the report
result)index.html.
The build report provides detailed information about the build, including the build environment, build summary, and individual task results. You can interact with the report, for example, by filtering the list of tasks by status.
generateHTMLReport(
saves the report to the specified folder.result,folderName)
generateHTMLReport(___,
specifies options using one or more name-value arguments in addition to any of the input
argument combinations in previous syntaxes. For example,
Name=Value)generateHTMLReport(result,MainFile="main.html") generates a build
report whose main file is main.html.
Input Arguments
Name-Value Arguments
Examples
Tips
To generate a build report using the
buildtoolcommand, specify the-reportbuild option.
Version History
Introduced in R2026b