Skip to content

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

@lczub

Description

@lczub

related TL Mantis Task

  • 7483: [API - XMLRPC] XMLRPC - createBuild() - add active,open & release date as parameters for the call (fman)
  • 6676: [API - XMLRPC] API CALL - create build add option with "Copy tester assignments" (fman)
  • 5542: [API - XMLRPC] Add option "Copy tester assignments" to createBuild (fman) - resolved.

new args :

  • active, open, releasedate, copytestersfrombuild
  /**
   * 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)

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions