Class: Homebrew::Cmd::TestBotCmd::Args Private
- Inherits:
-
Homebrew::CLI::Args
- Object
- Homebrew::CLI::Args
- Homebrew::Cmd::TestBotCmd::Args
- Defined in:
- sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi
This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.
Constant Summary
Constants inherited from Homebrew::CLI::Args
Homebrew::CLI::Args::OptionsType
Instance Attribute Summary
Attributes inherited from Homebrew::CLI::Args
#flags_only, #options_only, #remaining
Instance Method Summary collapse
- #added_formulae ⇒ Array<String>? private
- #build_dependents_from_source? ⇒ Boolean private
- #build_from_source? ⇒ Boolean private
- #cleanup? ⇒ Boolean private
- #concurrent_downloads? ⇒ Boolean private
- #deleted_formulae ⇒ Array<String>? private
- #dry_run? ⇒ Boolean private
- #fail_fast? ⇒ Boolean private
- #git_email ⇒ String? private
- #git_name ⇒ String? private
- #junit? ⇒ Boolean private
- #keep_old? ⇒ Boolean private
- #local? ⇒ Boolean private
- #only_bottles_fetch? ⇒ Boolean private
- #only_cleanup_after? ⇒ Boolean private
- #only_cleanup_before? ⇒ Boolean private
- #only_formulae? ⇒ Boolean private
- #only_formulae_dependents? ⇒ Boolean private
- #only_formulae_detect? ⇒ Boolean private
- #only_json_tab? ⇒ Boolean private
- #only_setup? ⇒ Boolean private
- #only_tap_syntax? ⇒ Boolean private
- #publish? ⇒ Boolean private
- #root_url ⇒ String? private
- #skip_checksum_only_audit? ⇒ Boolean private
- #skip_dependents? ⇒ Boolean private
- #skip_livecheck? ⇒ Boolean private
- #skip_new? ⇒ Boolean private
- #skip_new_strict? ⇒ Boolean private
- #skip_online_checks? ⇒ Boolean private
- #skip_recursive_dependents? ⇒ Boolean private
- #skip_relocation? ⇒ Boolean private
- #skip_revision_audit? ⇒ Boolean private
- #skip_setup? ⇒ Boolean private
- #skip_stable_version_audit? ⇒ Boolean private
- #skipped_or_failed_formulae ⇒ Array<String>? private
- #stable? ⇒ Boolean private
- #test_default_formula? ⇒ Boolean private
- #tested_formulae ⇒ Array<String>? private
- #testing_formulae ⇒ Array<String>? private
Methods inherited from Homebrew::CLI::Args
#build_from_source_formulae, #context, #debug?, #freeze_named_args!, #freeze_processed_options!, #freeze_remaining_args!, #help?, #include_test_formulae, #initialize, #named, #no_named?, #only_formula_or_cask, #os_arch_combinations, #quiet?, #set_arg, #tap, #value, #verbose?
Constructor Details
This class inherits a constructor from Homebrew::CLI::Args
Instance Method Details
#added_formulae ⇒ Array<String>?
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
15 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 15 def added_formulae; end |
#build_dependents_from_source? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
18 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 18 def build_dependents_from_source?; end |
#build_from_source? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
21 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 21 def build_from_source?; end |
#cleanup? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
24 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 24 def cleanup?; end |
#concurrent_downloads? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
27 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 27 def concurrent_downloads?; end |
#deleted_formulae ⇒ Array<String>?
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
30 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 30 def deleted_formulae; end |
#dry_run? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
33 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 33 def dry_run?; end |
#fail_fast? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
36 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 36 def fail_fast?; end |
#git_email ⇒ String?
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
39 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 39 def git_email; end |
#git_name ⇒ String?
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
42 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 42 def git_name; end |
#junit? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
45 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 45 def junit?; end |
#keep_old? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
48 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 48 def keep_old?; end |
#local? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
51 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 51 def local?; end |
#only_bottles_fetch? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
54 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 54 def only_bottles_fetch?; end |
#only_cleanup_after? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
57 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 57 def only_cleanup_after?; end |
#only_cleanup_before? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
60 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 60 def only_cleanup_before?; end |
#only_formulae? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
63 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 63 def only_formulae?; end |
#only_formulae_dependents? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
66 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 66 def only_formulae_dependents?; end |
#only_formulae_detect? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
69 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 69 def only_formulae_detect?; end |
#only_json_tab? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
72 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 72 def only_json_tab?; end |
#only_setup? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
75 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 75 def only_setup?; end |
#only_tap_syntax? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
78 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 78 def only_tap_syntax?; end |
#publish? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
81 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 81 def publish?; end |
#root_url ⇒ String?
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
84 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 84 def root_url; end |
#skip_checksum_only_audit? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
87 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 87 def skip_checksum_only_audit?; end |
#skip_dependents? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
90 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 90 def skip_dependents?; end |
#skip_livecheck? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
93 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 93 def skip_livecheck?; end |
#skip_new? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
96 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 96 def skip_new?; end |
#skip_new_strict? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
99 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 99 def skip_new_strict?; end |
#skip_online_checks? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
102 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 102 def skip_online_checks?; end |
#skip_recursive_dependents? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
105 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 105 def skip_recursive_dependents?; end |
#skip_relocation? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
108 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 108 def skip_relocation?; end |
#skip_revision_audit? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
111 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 111 def skip_revision_audit?; end |
#skip_setup? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
114 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 114 def skip_setup?; end |
#skip_stable_version_audit? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
117 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 117 def skip_stable_version_audit?; end |
#skipped_or_failed_formulae ⇒ Array<String>?
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
120 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 120 def skipped_or_failed_formulae; end |
#stable? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
123 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 123 def stable?; end |
#test_default_formula? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
126 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 126 def test_default_formula?; end |
#tested_formulae ⇒ Array<String>?
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
129 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 129 def tested_formulae; end |
#testing_formulae ⇒ Array<String>?
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
132 |
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 132 def testing_formulae; end |