Class: Homebrew::Bump::BumpInfo

Inherits:
T::Struct
  • Object
show all
Defined in:
bump.rb

This class is part of an internal API. This class may only be used internally in repositories owned by Homebrew, except in casks or formulae. Third parties should avoid using this class if possible, as it may be removed or changed without warning.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(package_tap:, branch_name:, pr_title:, pr_message:, commits:) ⇒ void

Parameters:



# File ''

const :package_tap, Tap
const :branch_name, String
const :pr_title, String
const :pr_message, String

Instance Attribute Details

#branch_nameString (readonly)

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 the value of prop branch_name.

Returns:



# File ''

const :branch_name, String

#commitsArray<Commit> (readonly)

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 the value of prop commits.

Returns:



# File ''

#package_tapTap (readonly)

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 the value of prop package_tap.

Returns:



# File ''

const :package_tap, Tap

#pr_messageString (readonly)

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 the value of prop pr_message.

Returns:



# File ''

const :pr_message, String

#pr_titleString (readonly)

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 the value of prop pr_title.

Returns:



# File ''

const :pr_title, String