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



722
723
724
# File 'lib/fastlane/plugin/appcenter/actions/appcenter_upload_action.rb', line 722

def self.strict
  @strict
end

.strict_mode(mode) ⇒ Object



717
718
719
720
# File 'lib/fastlane/plugin/appcenter/actions/appcenter_upload_action.rb', line 717

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