Class: Fastlane::Actions::GoogleDriveUploadAction

Inherits:
UploadToGoogleDriveAction show all
Defined in:
lib/fastlane/plugin/google_drive/actions/google_drive_upload_action.rb

Documentation collapse

Methods inherited from UploadToGoogleDriveAction

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

Class Method Details

.categoryObject



13
14
15
# File 'lib/fastlane/plugin/google_drive/actions/google_drive_upload_action.rb', line 13

def self.category
  :deprecated
end

.deprecated_notesObject



17
18
19
20
21
# File 'lib/fastlane/plugin/google_drive/actions/google_drive_upload_action.rb', line 17

def self.deprecated_notes
  [
    "Please use `upload_to_google_drive` instead."
  ].join("\n")
end

.descriptionObject



9
10
11
# File 'lib/fastlane/plugin/google_drive/actions/google_drive_upload_action.rb', line 9

def self.description
  "Alias for the `upload_to_google_drive` action"
end