NAME
Tapper::Cmd::Queue - Backend functions for manipluation of queues in the database
SYNOPSIS
This project offers backend functions for all projects that manipulate queues in the database. This module handles the testrun part.
use Tapper::Cmd::Queue;
my $bar = Tapper::Cmd::Queue->new();
$bar->add($testrun);
...
FUNCTIONS
add
Add a new queue to database.
add
Add a new queue. -- required -- * name - string * priority - int
@param hash ref - options for new queue
@return success - queue id @return error - undef
update
Changes values of an existing queue.
@param int - queue id @param hash ref - overwrite these options
@return success - queue id @return error - undef
del
Delete a queue with given id. Its named del instead of delete to prevent confusion with the buildin delete function.
@param int - queue id
@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