NAME
Tapper::Cmd::Request - Backend functions for manipluation of requested hosts or features in the database
SYNOPSIS
This project is offers wrapper around database manipulation functions. These wrappers handle things like setting default values or id<->name translation. This module handles requested hosts and features for a testrequest.
use Tapper::Cmd::Testrun;
my $bar = Tapper::Cmd::Testrun->new();
$bar->add($testrun);
...
FUNCTIONS
add_host
Add a requested host entry to database.
add_host
Add a requested host for a given testrun.
@param int - testrun id @param string - hostname
@return success - local id (primary key) @return error - undef
add_feature
Add a requested feature for a given testrun.
@param int - testrun id @param string - feature
@return success - local id (primary key) @return error - undef
AUTHOR
AMD OSRC Tapper Team, <tapper at amd64.org>
BUGS
Please report any bugs or feature requests to osrc-sysin at elbe.amd.com
, or through the web interface at https://osrc/bugs. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
COPYRIGHT & LICENSE
Copyright 2008-2011 AMD OSRC Tapper Team, all rights reserved.
This program is released under the following license: freebsd