Class: Homebrew::Cmd::TestBotCmd::Args Private

Inherits:
Homebrew::CLI::Args show all
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

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_formulaeArray<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.

Returns:



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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


27
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 27

def concurrent_downloads?; end

#deleted_formulaeArray<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.

Returns:



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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


36
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 36

def fail_fast?; end

#git_emailString?

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.

Returns:



39
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 39

def git_email; end

#git_nameString?

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.

Returns:



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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


81
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 81

def publish?; end

#root_urlString?

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.

Returns:



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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


117
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 117

def skip_stable_version_audit?; end

#skipped_or_failed_formulaeArray<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.

Returns:



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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


126
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 126

def test_default_formula?; end

#tested_formulaeArray<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.

Returns:



129
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 129

def tested_formulae; end

#testing_formulaeArray<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.

Returns:



132
# File 'sorbet/rbi/dsl/homebrew/cmd/test_bot_cmd.rbi', line 132

def testing_formulae; end