Class: Homebrew::DevCmd::PrPull::Args Private
- Defined in:
 - sorbet/rbi/dsl/homebrew/dev_cmd/pr_pull.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 CLI::Args
Instance Attribute Summary
Attributes inherited from CLI::Args
#flags_only, #options_only, #remaining
Instance Method Summary collapse
- #artifact ⇒ String? private
 - #artifact_pattern ⇒ String? private
 - #autosquash? ⇒ Boolean private
 - #branch_okay? ⇒ Boolean private
 - #clean? ⇒ Boolean private
 - #committer ⇒ String? private
 - #dry_run? ⇒ Boolean private
 - #ignore_missing_artifacts ⇒ Array<String>? private
 - #keep_old? ⇒ Boolean private
 - #message ⇒ String? private
 - #n? ⇒ Boolean private
 - #no_cherry_pick? ⇒ Boolean private
 - #no_commit? ⇒ Boolean private
 - #no_upload? ⇒ Boolean private
 - #resolve? ⇒ Boolean private
 - #retain_bottle_dir? ⇒ Boolean private
 - #root_url ⇒ String? private
 - #root_url_using ⇒ String? private
 - #warn_on_upload_failure? ⇒ Boolean private
 - #workflows ⇒ Array<String>? private
 
Methods inherited from 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
#artifact ⇒ 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/dev_cmd/pr_pull.rbi', line 15 def artifact; end  | 
  
#artifact_pattern ⇒ 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.
      18  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_pull.rbi', line 18 def artifact_pattern; end  | 
  
#autosquash? ⇒ 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/dev_cmd/pr_pull.rbi', line 21 def autosquash?; end  | 
  
#branch_okay? ⇒ 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/dev_cmd/pr_pull.rbi', line 24 def branch_okay?; end  | 
  
#clean? ⇒ 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/dev_cmd/pr_pull.rbi', line 27 def clean?; end  | 
  
#committer ⇒ 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/dev_cmd/pr_pull.rbi', line 30 def committer; 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/dev_cmd/pr_pull.rbi', line 33 def dry_run?; end  | 
  
#ignore_missing_artifacts ⇒ 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.
      36  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_pull.rbi', line 36 def ignore_missing_artifacts; 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.
      39  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_pull.rbi', line 39 def keep_old?; end  | 
  
#message ⇒ 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/dev_cmd/pr_pull.rbi', line 42 def ; end  | 
  
#n? ⇒ 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/dev_cmd/pr_pull.rbi', line 45 def n?; end  | 
  
#no_cherry_pick? ⇒ 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/dev_cmd/pr_pull.rbi', line 48 def no_cherry_pick?; end  | 
  
#no_commit? ⇒ 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/dev_cmd/pr_pull.rbi', line 51 def no_commit?; end  | 
  
#no_upload? ⇒ 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/dev_cmd/pr_pull.rbi', line 54 def no_upload?; end  | 
  
#resolve? ⇒ 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/dev_cmd/pr_pull.rbi', line 57 def resolve?; end  | 
  
#retain_bottle_dir? ⇒ 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/dev_cmd/pr_pull.rbi', line 60 def retain_bottle_dir?; 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.
      63  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_pull.rbi', line 63 def root_url; end  | 
  
#root_url_using ⇒ 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.
      66  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_pull.rbi', line 66 def root_url_using; end  | 
  
#warn_on_upload_failure? ⇒ 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/dev_cmd/pr_pull.rbi', line 69 def warn_on_upload_failure?; end  | 
  
#workflows ⇒ 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.
      72  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_pull.rbi', line 72 def workflows; end  |