
Tapper::CLI::Testplan - Handle testplans

This module is part of the Tapper::CLI framework. It is supposed to be used together with App::Rad. All following functions expect their arguments as $c->options->{$arg}.
use App::Rad;
use Tapper::CLI::Testplan;
Tapper::CLI::Testplan::setup($c);
App::Rad->run();

Tapper::CLI::Testplan - Tapper - testplan related commands for the tapper CLI

Send testplan reports to Taskjuggler. If optional names are given only tasks that match at least one such name are reported.
@optparam name - full subtask path (bot dot and slash are allowed as separatot) @optparam quiet - stay silent when testplan was sent @optparam help - print out help message and die
List testplans matching a given pattern.
Send all testplans reports choosen by Taskjuggler.
Apply all testplans choosen by Taskjuggler.
Create new testplan instance from file.
Initialize the testplan functions for tapper CLI

AMD OSRC Tapper Team <tapper@amd64.org>

This software is Copyright (c) 2012 by Advanced Micro Devices, Inc..
This is free software, licensed under:
The (two-clause) FreeBSD License