Class: Fastlane::Actions::AppcenterUploadAction::Options

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/fastlane/plugin/appcenter/actions/appcenter_upload_action.rb

Class Method Summary collapse

Class Method Details

.strictObject



631
632
633
# File 'lib/fastlane/plugin/appcenter/actions/appcenter_upload_action.rb', line 631

def self.strict
  @strict
end

.strict_mode(mode) ⇒ Object



626
627
628
629
# File 'lib/fastlane/plugin/appcenter/actions/appcenter_upload_action.rb', line 626

def self.strict_mode(mode)
  @strict = mode.to_s == "true"
  UI.message("Enabled strict mode") if @strict
end