lczub / TestLink-API-Python-client

A Python client to use the TestLink API
104 stars 63 forks source link

implement 1.9.15 changed api - createBuild - parameter active,open, release date, copytestersfrombuild #70

Closed lczub closed 7 years ago

lczub commented 8 years ago

related TL Mantis Task

new args :

  /**
   * Creates a new build for a specific test plan
   *
   * @param struct $args
   * @param string $args["devKey"]
   * @param int $args["testplanid"]
   * @param string $args["buildname"];
   * @param string $args["buildnotes"];
   * @param string $args["active"];
   * @param string $args["open"];
   * @param string $args["releasedate"]: YYYY-MM-DD;
   * @param int $args["copytestersfrombuild"] OPTIONAL,
   *        if > 0 and valid buildid tester assignments will be copied.
   *   
   * @return mixed $resultInfo
   *         
   * @access public
   */    
  public function createBuild($args)
lczub commented 7 years ago

implemented with 524334b