system.report.getReportNamesAsList
Description
Gets a list of all reports for a project.
Syntax
Since 7.8.1
This function accepts keyword arguments.
system.report.getReportNamesAsList ( project )
-
Parameters
String project - The name of the project where the reports are located. Optional in client scope.
-
Returns
List - A list of report paths for the project. Returns an empty list if the project has no reports.
-
Throws
IllegalArgumentException - Thrown when any of the following occurs: If the project name is omitted in the Gateway scope, project does not exist.
-
Scope
All
Code Examples
Code Snippet
# Gets a list of reports for the current project and prints it
reports
=
system.report.getReportNamesAsList()
for
report
in
reports:
print
report
Output
Comparisons
Line Reports/Line 1/Defect rates
Line Reports/Line 1/Production
Line Reports/Line 2/Defect Rates