Class: Fastlane::Actions::SetbranchprotectionAction

Inherits:
SetBranchProtectionAction show all
Defined in:
lib/fastlane/plugin/wpmreleasetoolkit/actions/common/set_branch_protection_action.rb

Overview

For backwards compatibility

Class Method Summary collapse

Methods inherited from SetBranchProtectionAction

authors, available_options, description, details, is_supported?, return_value, run

Class Method Details

.categoryObject



144
145
146
# File 'lib/fastlane/plugin/wpmreleasetoolkit/actions/common/set_branch_protection_action.rb', line 144

def self.category
  :deprecated
end

.deprecated_notesObject



148
149
150
# File 'lib/fastlane/plugin/wpmreleasetoolkit/actions/common/set_branch_protection_action.rb', line 148

def self.deprecated_notes
  "This action has been renamed `#{superclass.action_name}`"
end