Testopia:Documentation:XMLRPC:Product: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
(Replacing page with ' see [http://landfill.bugzilla.org/testopia2/docs/html/api/Bugzilla/WebService/Testopia/Product.html http://landfill.bugzilla.org/testopia2/docs/html/api/Bugzilla/WebService/Te...')
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
__NOEDITSECTION__
see [http://landfill.bugzilla.org/testopia2/docs/html/api/Bugzilla/WebService/Testopia/Product.html http://landfill.bugzilla.org/testopia2/docs/html/api/Bugzilla/WebService/Testopia/Product.html]
Back to [[Testopia:Documentation:XMLRPC]]
 
==Component==
 
===Description===
Each test case must be linked to one or more test plans.
 
===Hiearchy===
Bugzilla::WebService::Component
 
===Attributes===
 
{| border=1 cellpadding=4
| '''Attribute''' || '''Data Type''' || '''Comments''' || '''Create''' || '''Read''' || '''Update'''
|-
| description || string || || || X ||
|-
| id || integer || || || X ||
|-
| initialowner || integer || || || X ||
|-
| initialqacontact || integer || || || X ||
|-
| name || String || || || X ||
|-
| product_id || integer || || || X ||
|}
 
 
===Methods===
 
----
====get - Get A Component by ID====
----
 
=====Usage=====
Component.get
 
=====Parameters=====
{| border=1 cellpadding=4
| '''Parameter''' || '''Data Type''' || '''Comments'''
|-
| component_id || integer || Must be greater than 0.
|-
|}
 
 
=====Result=====
A hash map of key/value pairs for the attributes listed above or a hash map containing values for the keys, "faultcode" and "faultstring".
 
=====Example=====
<b>Perl</b>
my $component_id = 1;
my $result = $proxy->call('Component.get', $component_id);
 
<br>Back to [[Testopia]]

Latest revision as of 17:05, 23 June 2008