buildtest.cli.show

Module Contents

Functions

print_build_show()

This method will print help message for command buildtest show build

print_buildspec_show()

This method will print help message for command buildtest show buildspec

print_config_show()

This method will print help message for command buildtest show config

print_inspect_show()

This method will print help message for command buildtest show inspect

print_report_show()

This method will print help message for command buildtest show report

print_history_show()

This method will print help message for command buildtest show history

print_cdash_show()

This method will print help message for command buildtest show cdash

print_schema_show()

This method will print help message for command buildtest show schema

print_stylecheck_show()

This method will print help message for command buildtest show stylecheck

print_unittests_show()

This method will print help message for command buildtest show unittests

print_path_show()

This method will print help message for command buildtest show path

buildtest_show(command)

Entry point for buildtest show which display a summary of how to use buildtest commands

buildtest.cli.show.print_build_show()[source]

This method will print help message for command buildtest show build

buildtest.cli.show.print_buildspec_show()[source]

This method will print help message for command buildtest show buildspec

buildtest.cli.show.print_config_show()[source]

This method will print help message for command buildtest show config

buildtest.cli.show.print_inspect_show()[source]

This method will print help message for command buildtest show inspect

buildtest.cli.show.print_report_show()[source]

This method will print help message for command buildtest show report

buildtest.cli.show.print_history_show()[source]

This method will print help message for command buildtest show history

buildtest.cli.show.print_cdash_show()[source]

This method will print help message for command buildtest show cdash

buildtest.cli.show.print_schema_show()[source]

This method will print help message for command buildtest show schema

buildtest.cli.show.print_stylecheck_show()[source]

This method will print help message for command buildtest show stylecheck

buildtest.cli.show.print_unittests_show()[source]

This method will print help message for command buildtest show unittests

buildtest.cli.show.print_path_show()[source]

This method will print help message for command buildtest show path

buildtest.cli.show.buildtest_show(command)[source]

Entry point for buildtest show which display a summary of how to use buildtest commands

Parameters:

command (str) – Name of buildtest command specified by buildtest show <command>