phpDocumentor Testlink
[ class tree: Testlink ] [ index: Testlink ] [ all elements ]

Class: testPlanUrgency

Source Location: /priority.class.php

Class testPlanUrgency

Class Overview

class testPlanUrgency - modify and list Test Urgency

Located in /priority.class.php [line 26]

testPlan
   |
   --testPlanUrgency
Author(s):
Information Tags:
Since:  1.8 - 17.7.2008

Methods

[ Top ]
Method Summary
array   getSuiteUrgency()   Collect urgency for a Test Suite within a Test Plan
void   setSuiteUrgency()   Set urgency for TCs (direct child only) within a Test Suite and Test Plan
void   setTestUrgency()  

[ Top ]
Methods
getSuiteUrgency  [line 87]

  array getSuiteUrgency( $testplan_id, $node_id, [ $testproject_id = null]  )

Collect urgency for a Test Suite within a Test Plan

node_id: testsuite id

Parameters:
   $testplan_id: 
   $node_id: 
   $testproject_id: 

API Tags:
Return:  

of array: testcase_id, name, urgency, tcprefix, tc_external_id

rev: 20081210 - franciscom - added testproject_id argument to avoid subquery when testproject_id is available

20080901 - franciscom - added tcprefix, tc_external_id in return data



[ Top ]
setSuiteUrgency  [line 45]

  void setSuiteUrgency( $testplan_id, $node_id, $urgency  )

Set urgency for TCs (direct child only) within a Test Suite and Test Plan

Parameters:
   $testplan_id: 
   $node_id: 
   $urgency: 

API Tags:
Access:  public


[ Top ]
setTestUrgency  [line 30]

  void setTestUrgency( $testplan_id, $tc_id, $urgency  )

Parameters:
   $testplan_id: 
   $tc_id: 
   $urgency: 

API Tags:
Access:  public


[ Top ]

Documentation generated on Fri, 03 Apr 2009 14:13:48 +0200 by phpDocumentor 1.4.1