This is generated from the built-in components of BuildMaster 6.2.21, and may be different than what you have installed (especially if you have extensions); go to [User Icon] > Documentation within your BuildMaster instance to see exactly what operations are available.
Captures a plain text or HTML file as a build report.
Capture-FileReport( Path: <text>, [Html: <true/false>], Name: <text> );
This operation may be prefixed with
Reports::
, although this is a built-in namespace and isn't really necessary.
Name | Format | Script Usage | Usage Notes |
---|---|---|---|
☆ From file (default) | text |
Path |
This argument is required. |
HTML format | true/false |
Html |
|
☆ Report name | text |
Name |
This argument is required. |
# create a report from the files in the working directory Capture-FileReport( Name: Diff Tool Output, Index: index.html );
Is this documentation incorrect or incomplete? Help us by contributing!
This documentation is licensed under CC-BY-SA-4.0 and stored in GitHub.