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



729
730
731
# File 'lib/fastlane/plugin/appcenter/actions/appcenter_upload_action.rb', line 729

def self.strict
  @strict
end

.strict_mode(mode) ⇒ Object



724
725
726
727
# File 'lib/fastlane/plugin/appcenter/actions/appcenter_upload_action.rb', line 724

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