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



770
771
772
# File 'lib/fastlane/plugin/appcenter/actions/appcenter_upload_action.rb', line 770

def self.strict
  @strict
end

.strict_mode(mode) ⇒ Object



765
766
767
768
# File 'lib/fastlane/plugin/appcenter/actions/appcenter_upload_action.rb', line 765

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