zentaomax.php 581 B

123456789101112131415
  1. <?php
  2. /**
  3. * @param mixed[]|int $productIdList
  4. * @param string|int $branch
  5. * @param string|int $buildIdList
  6. * @param string $params
  7. * @param int $objectID
  8. * @param string $objectType
  9. * @param bool $replace
  10. * @param int $system
  11. */
  12. public function getBuildPairs($productIdList, $branch = 'all', $params = 'noterminate, nodone', $objectID = 0, $objectType = 'execution', $buildIdList = '', $replace = true, $system = 0)
  13. {
  14. return $this->loadExtension('zentaomax')->getBuildPairs($productIdList, $branch, $params, $objectID, $objectType, $buildIdList, $replace, $system);
  15. }