Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions src/Jenkins.php
Original file line number Diff line number Diff line change
Expand Up @@ -733,12 +733,11 @@ public function getConsoleTextBuild($jobname, $buildNumber)
}

/**
* @param string $jobName
* @param $buildId
*
* @return array
* @internal param string $buildNumber
* Retrieve test report of given job name and build number.
*
* @param string $jobName Name of the job
* @param int|string $buildId Build number
* @return Jenkins\TestReport
*/
public function getTestReport($jobName, $buildId)
{
Expand Down