
Tapper::Reports::Web::Util::Filter::Testrun

use Tapper::Testruns::Web::Util::Filter::Testrun; my $filter = Tapper::Testruns::Web::Util::Filter::Testrun->new(); my $filter_args = ['host','bullock','days','3']; my $allowed_filter_keys = ['host','days']; my $searchoptions = $filter->parse_filters($filter_args, $allowed_filter_keys);
Add host filters to early filters.
@param hash ref - current version of filters @param string - host name
@return hash ref - updated filters
Add status filters to early filters.
@param hash ref - current version of filters @param string - status
@return hash ref - updated filters
Add topic filters to early filters.
@param hash ref - current version of filters @param string - topic name
@return hash ref - updated filters
Add owner filters to early filters.
@param hash ref - current version of filters @param string - owner login
@return hash ref - updated filters

Tapper::Reports::Web::Util::Filter::Testrun - Filter utilities for testrun listing

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