Class: Cask::Artifact::UninstallPreflightSteps Private
- Inherits:
-
AbstractInstallSteps
- Object
- AbstractArtifact
- AbstractInstallSteps
- Cask::Artifact::UninstallPreflightSteps
- Defined in:
- cask/artifact/install_steps.rb
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 AbstractArtifact
AbstractArtifact::DirectivesType
Instance Attribute Summary
Attributes inherited from AbstractInstallSteps
Attributes inherited from AbstractArtifact
Instance Method Summary collapse
Methods inherited from AbstractInstallSteps
#initialize, #summarize, #to_args
Methods inherited from AbstractArtifact
#cask_sandbox, #cask_sandbox_command, #config, dirmethod, dsl_key, english_article, english_name, #initialize, read_script_arguments, #run_cask_sandbox, #sort_order, #staged_path_join_executable, #summarize, #to_args
Methods included from Utils::Output::Mixin
#issue_reporting_message, #odebug, #odeprecated, #odie, #odisabled, #ofail, #oh1, #oh1_title, #ohai, #ohai_title, #onoe, #opoo, #opoo_outside_github_actions, #pretty_deprecated, #pretty_disabled, #pretty_duration, #pretty_install_status, #pretty_installed, #pretty_outdated, #pretty_uninstalled, #pretty_upgradable
Constructor Details
This class inherits a constructor from Cask::Artifact::AbstractInstallSteps
Instance Method Details
#uninstall_phase(**_options) ⇒ void
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.
This method returns an undefined value.
63 64 65 |
# File 'cask/artifact/install_steps.rb', line 63 def uninstall_phase(**) runner.run(steps) end |