NAME
Tapper::Reports::Web::Util::Filter::Testrun
SYNOPSIS
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
);
host
Add host filters to early filters.
@param hash ref - current version of filters @param string - host name
@return hash ref - updated filters
owner
Add owner filters to early filters.
@param hash ref - current version of filters @param string - owner login
@return hash ref - updated filters
resource
Add resource filters to early filters. @param hash ref - current version of filters @param string - resource name
@return hash ref - updated filters
NAME
Tapper::Reports::Web::Util::Filter::Testrun - Filter utilities for testrun listing
AUTHORS
AMD OSRC Tapper Team <tapper@amd64.org>
Tapper Team <tapper-ops@amazon.com>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2024 by Advanced Micro Devices, Inc.
This is free software, licensed under:
The (two-clause) FreeBSD License