-
-
09 Dec 2020 15:10:30 UTC
- Distribution: Tapper-Cmd
- Module version: 5.0.12
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (1)
- Testers (109 / 0 / 0)
- Kwalitee
Bus factor: 2- License: freebsd
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (89.12KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 2 contributors-
AMD OSRC Tapper Team
-
Tapper Team
- Dependencies
- Cwd
- DBI
- DateTime
- File::Copy::Recursive
- File::ShareDir
- File::Slurp
- Hash::Merge::Simple
- Kwalify
- Moose
- Net::OpenSSH
- Perl6::Junction
- Tapper::Base
- Tapper::Config
- Tapper::Model
- Tapper::Reports::DPath::TT
- Tapper::Schema
- Tapper::Schema::TestrunDB
- Template
- Template::Plugin::Autoformat
- Template::Plugin::EnvHash
- Text::Autoformat
- Try::Tiny
- YAML::Syck
- YAML::XS
- parent
- strict
- warnings
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Tapper::Cmd::Requested
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); ...
NAME
Tapper::Cmd::Request - Backend functions for manipluation of requested hosts or features in the database
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/integer - hostname or host id
@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>
COPYRIGHT & LICENSE
Copyright 2012 AMD OSRC Tapper Team, all rights reserved.
This program is released under the following license: freebsd
AUTHORS
AMD OSRC Tapper Team <tapper@amd64.org>
Tapper Team <tapper-ops@amazon.com>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2020 by Advanced Micro Devices, Inc.
This is free software, licensed under:
The (two-clause) FreeBSD License
Module Install Instructions
To install Tapper::Cmd, copy and paste the appropriate command in to your terminal.
cpanm Tapper::Cmd
perl -MCPAN -e shell install Tapper::Cmd
For more information on module installation, please visit the detailed CPAN module installation guide.