Guest User

Untitled

a guest
Jul 20th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. Returns the official builds ordered by the start time.
  2. * The filter parameters specifies what builds will be returned
  3. *
  4. * @param array $products The product names of the builds to fetch, empty array fetch for all products
  5. * @param string $productPart Filter on product part(build or ttcn), null = all product parts
  6. * @param int $hoursOld Limits search to this many hours back
  7. * @param int $limit Max number of builds to be returned, 0 = no limit
  8. * @param bool $onlyPassed Only for internal calls, always true for external calls
  9. * true - only return passed builds
  10. * false - also return failed builds
  11. * @return matching builds in doctrine object or Json response
Add Comment
Please, Sign In to add comment