NAME

Tapper::Cmd - Tapper - Backend functions for CLI and Web

SYNOPSIS

This project offers backend functions for all projects that manipulate testruns or preconditions in the database. This module is the base module that contains common functions of all modules in the project. No such functions exist yet.

use Tapper::Cmd::Testrun;
use Tapper::Cmd::Precondition;

my $foo = Tapper::Cmd::Precondition->new();
$foo->add($precondition);

my $bar = Tapper::Cmd::Testrun->new();
$bar->add($testrun);
...

FUNCTIONS

assign_preconditions

Assign a list of preconditions to a testrun. Both have to be given as valid ids.

@param int - testrun id @param array of int - precondition ids

@return success - 0 @return error - error string

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