getReport

Back to index

Summary

Retrieves a report by name.
projectName
Stringrequired
The name for the project that must be unique among all projects.
reportName
Stringrequired
The name of the report.

Usage

Perl

$cmdr->getReport( "test-projectName", # projectName "test-reportName" # reportName );

ectool

ectool getReport \ "test-projectName" `# projectName` \ "test-reportName" `# reportName`

Examples

Perl

$cmdr->getReport("Default", "All Pipeline Runs");

ectool

ectool getReport Default "All Pipeline Runs"