add_bugsystem
add_bugsystem bugsystem
Add the given bugsystem type
Nothing
Classification | Level |
---|---|
Audience | Public |
Stability | Stable |
Replaceable | Yes |
add_build_tool
add_build_tool build tool
Add the given build tool type
Nothing
Classification | Level |
---|---|
Audience | Public |
Stability | Stable |
Replaceable | Yes |
add_test
add_test test
Add the given test type
Nothing
Classification | Level |
---|---|
Audience | Public |
Stability | Stable |
Replaceable | Yes |
add_test_format
add_test_format test format
Add the given test format type
Nothing
Classification | Level |
---|---|
Audience | Public |
Stability | Stable |
Replaceable | Yes |
add_test_type
add_test_type plugin
Add the given test type
Nothing
Classification | Level |
---|---|
Audience | Public |
Stability | Stable |
Replaceable | Yes |
delete_bugsystem
delete_bugsystem bugsystem
Remove the given bugsystem type
Nothing
Classification | Level |
---|---|
Audience | Public |
Stability | Stable |
Replaceable | Yes |
delete_build_tool
delete_build_tool build tool
Remove the given build tool type
Nothing
Classification | Level |
---|---|
Audience | Public |
Stability | Stable |
Replaceable | Yes |
delete_test
delete_test test
Remove the given test type
Nothing
Classification | Level |
---|---|
Audience | Public |
Stability | Stable |
Replaceable | Yes |
delete_test_format
delete_test_format test format
Remove the given test format type
Nothing
Classification | Level |
---|---|
Audience | Public |
Stability | Stable |
Replaceable | Yes |
delete_test_type
delete_test_type plugin
Remove the given test type
Nothing
Classification | Level |
---|---|
Audience | Public |
Stability | Stable |
Replaceable | Yes |
personality_plugins
personality_plugins plug-in list string
Personality-defined plug-in list
Nothing
Classification | Level |
---|---|
Audience | Public |
Stability | Stable |
Replaceable | Yes |
verify_needed_test
verify_needed_test test
Verify if a given test was requested
0 = yes
1 = no
Classification | Level |
---|---|
Audience | Public |
Stability | Stable |
Replaceable | Yes |
verify_plugin_enabled
verify_plugin_enabled test
Determine if a plugin was enabled by the user ENABLED_PLUGINS must be defined
Nothing
Classification | Level |
---|---|
Audience | Public |
Stability | Stable |
Replaceable | Yes |
yetus_add_array_element
yetus_add_array_element arrayname element
Add the element if it is not present in the given array
Nothing
Classification | Level |
---|---|
Audience | Public |
Stability | Stable |
Replaceable | Yes |
yetus_array_contains
yetus_array_contains element array
Check if an array has a given value
Classification | Level |
---|---|
Audience | Public |
Stability | Stable |
Replaceable | Yes |
yetus_sort_array
yetus_sort_array arrayvar
Sort an array by its elements
Nothing
Classification | Level |
---|---|
Audience | Public |
Stability | Stable |
Replaceable | Yes |
common_defaults
common_defaults
Setup the default global variables
Nothing
Classification | Level |
---|---|
Audience | Public |
Stability | Stable |
Replaceable | No |
patchfile_verify_zero
patchfile_verify_zero log filename
if patch-level zero, then verify we aren’t just adding files
$?
Classification | Level |
---|---|
Audience | Public |
Stability | Stable |
Replaceable | No |
yetus_abs
yetus_abs fsobj
Given a filename or dir, return the absolute version of it
0 success
1 failure
stdout abspath
Classification | Level |
---|---|
Audience | Public |
Stability | Stable |
Replaceable | No |
yetus_add_entry
yetus_add_entry
Given variable $1 add $2 to it
Nothing
Classification | Level |
---|---|
Audience | Public |
Stability | Stable |
Replaceable | No |
yetus_debug
yetus_debug string
Print a message to stderr if –debug is turned on
Nothing
Classification | Level |
---|---|
Audience | Public |
Stability | Stable |
Replaceable | No |
yetus_delete_entry
yetus_delete_entry
Given variable $1 delete $2 from it
Nothing
Classification | Level |
---|---|
Audience | Public |
Stability | Stable |
Replaceable | No |
yetus_error
yetus_error string
Print a message to stderr
Nothing
Classification | Level |
---|---|
Audience | Public |
Stability | Stable |
Replaceable | No |
yetus_run_and_redirect
yetus_run_and_redirect filename command [..]
run the command, sending stdout and stderr to the given filename
$?
Classification | Level |
---|---|
Audience | Public |
Stability | Stable |
Replaceable | No |
yetus_verify_entry
yetus_verify_entry
Given variable $1 determine if $2 is in it
0 = yes, 1 = no
Classification | Level |
---|---|
Audience | Public |
Stability | Stable |
Replaceable | No |
list_plugins
list_plugins
List all installed plug-ins, regardless of whether they have been enabled
Nothing
Classification | Level |
---|---|
Audience | Public |
Stability | Evolving |
Replaceable | No |
plugin_usage_output
plugin_usage_output array
Print the plugin’s usage info
Nothing
Classification | Level |
---|---|
Audience | Public |
Stability | Evolving |
Replaceable | No |
reaper_add_name
reaper_add_name
Add a regex to the reaper’s checklist NOTE: Users WILL override anything added before argument parsing!
Nothing
Classification | Level |
---|---|
Audience | Public |
Stability | Evolving |
Replaceable | No |
yetus_add_header
yetus_add_header header
Add a header to the usage output
Nothing
Classification | Level |
---|---|
Audience | Public |
Stability | Evolving |
Replaceable | No |
yetus_add_option
yetus_add_option subcommand subcommanddesc
Add an option to the usage output
Nothing
Classification | Level |
---|---|
Audience | Public |
Stability | Evolving |
Replaceable | No |
yetus_comma_to_array
yetus_comma_to_array arrayname string
Convert a comma-delimited string to an array
Nothing
Classification | Level |
---|---|
Audience | Public |
Stability | Evolving |
Replaceable | No |
yetus_generic_columnprinter
yetus_generic_columnprinter array
Print a screen-size aware two-column output
Nothing
Classification | Level |
---|---|
Audience | Public |
Stability | Evolving |
Replaceable | No |
reaper_initialize
reaper_initialize ## @params arguments
Initialize the reaper
Nothing
Classification | Level |
---|---|
Audience | Private |
Stability | Stable |
Replaceable | Yes |
pid_kill
pid_kill pid
Kill a process id
Nothing
Classification | Level |
---|---|
Audience | Private |
Stability | Evolving |
Replaceable | Yes |
reaper_coproc_func
reaper_coproc_func
Reaper coprocessor function that runs outside the law
Nothing
Classification | Level |
---|---|
Audience | Private |
Stability | Evolving |
Replaceable | Yes |
reaper_finalize_results
reaper_finalize_results ## @params jdkname
Reaper output to the user
Nothing
Classification | Level |
---|---|
Audience | Private |
Stability | Evolving |
Replaceable | Yes |
reaper_post_exec
reaper_post_exec ## @params module ## @params testlog ## @params testfrag
Run the reaper
Nothing
Classification | Level |
---|---|
Audience | Private |
Stability | Evolving |
Replaceable | Yes |
reaper_total_count
reaper_total_count ## @params jdkname
Reaper output to the user
Nothing
Classification | Level |
---|---|
Audience | Private |
Stability | Evolving |
Replaceable | Yes |
docker_version
docker_version
None
Nothing
Classification | Level |
---|---|
Audience | None |
Stability | None |
Replaceable | No |