Method: Fastlane::Actions::HockeyAction.output
- Defined in:
- fastlane/lib/fastlane/actions/hockey.rb
.output ⇒ Object
342 343 344 345 346 347 |
# File 'fastlane/lib/fastlane/actions/hockey.rb', line 342 def self.output [ ['HOCKEY_DOWNLOAD_LINK', 'The newly generated download link for this build'], ['HOCKEY_BUILD_INFORMATION', 'contains all keys/values from the HockeyApp API, like :title, :bundle_identifier'] ] end |