Class: XCJobs::Distribute::HockeyApp
- Inherits:
-
Rake::TaskLib
- Object
- Rake::TaskLib
- XCJobs::Distribute::HockeyApp
- Includes:
- Rake::DSL, XCJobs::Distribute
- Defined in:
- lib/xcjobs/distribute.rb
Instance Attribute Summary collapse
-
#build_server_url ⇒ Object
Returns the value of attribute build_server_url.
-
#commit_sha ⇒ Object
Returns the value of attribute commit_sha.
-
#dsym ⇒ Object
Returns the value of attribute dsym.
-
#file ⇒ Object
Returns the value of attribute file.
-
#identifier ⇒ Object
Returns the value of attribute identifier.
-
#mandatory ⇒ Object
Returns the value of attribute mandatory.
-
#notes ⇒ Object
Returns the value of attribute notes.
-
#notes_type ⇒ Object
Returns the value of attribute notes_type.
-
#notify ⇒ Object
Returns the value of attribute notify.
-
#repository_url ⇒ Object
Returns the value of attribute repository_url.
-
#status ⇒ Object
Returns the value of attribute status.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#teams ⇒ Object
Returns the value of attribute teams.
-
#token ⇒ Object
Returns the value of attribute token.
-
#users ⇒ Object
Returns the value of attribute users.
Instance Method Summary collapse
-
#initialize {|_self| ... } ⇒ HockeyApp
constructor
A new instance of HockeyApp.
Methods included from XCJobs::Distribute
#after_action, #before_action, #upload
Constructor Details
#initialize {|_self| ... } ⇒ HockeyApp
Returns a new instance of HockeyApp.
199 200 201 202 |
# File 'lib/xcjobs/distribute.rb', line 199 def initialize() yield self if block_given? define end |
Instance Attribute Details
#build_server_url ⇒ Object
Returns the value of attribute build_server_url.
196 197 198 |
# File 'lib/xcjobs/distribute.rb', line 196 def build_server_url @build_server_url end |
#commit_sha ⇒ Object
Returns the value of attribute commit_sha.
195 196 197 |
# File 'lib/xcjobs/distribute.rb', line 195 def commit_sha @commit_sha end |
#dsym ⇒ Object
Returns the value of attribute dsym.
184 185 186 |
# File 'lib/xcjobs/distribute.rb', line 184 def dsym @dsym end |
#file ⇒ Object
Returns the value of attribute file.
183 184 185 |
# File 'lib/xcjobs/distribute.rb', line 183 def file @file end |
#identifier ⇒ Object
Returns the value of attribute identifier.
186 187 188 |
# File 'lib/xcjobs/distribute.rb', line 186 def identifier @identifier end |
#mandatory ⇒ Object
Returns the value of attribute mandatory.
194 195 196 |
# File 'lib/xcjobs/distribute.rb', line 194 def mandatory @mandatory end |
#notes ⇒ Object
Returns the value of attribute notes.
187 188 189 |
# File 'lib/xcjobs/distribute.rb', line 187 def notes @notes end |
#notes_type ⇒ Object
Returns the value of attribute notes_type.
188 189 190 |
# File 'lib/xcjobs/distribute.rb', line 188 def notes_type @notes_type end |
#notify ⇒ Object
Returns the value of attribute notify.
189 190 191 |
# File 'lib/xcjobs/distribute.rb', line 189 def notify @notify end |
#repository_url ⇒ Object
Returns the value of attribute repository_url.
197 198 199 |
# File 'lib/xcjobs/distribute.rb', line 197 def repository_url @repository_url end |
#status ⇒ Object
Returns the value of attribute status.
190 191 192 |
# File 'lib/xcjobs/distribute.rb', line 190 def status @status end |
#tags ⇒ Object
Returns the value of attribute tags.
191 192 193 |
# File 'lib/xcjobs/distribute.rb', line 191 def end |
#teams ⇒ Object
Returns the value of attribute teams.
192 193 194 |
# File 'lib/xcjobs/distribute.rb', line 192 def teams @teams end |
#token ⇒ Object
Returns the value of attribute token.
185 186 187 |
# File 'lib/xcjobs/distribute.rb', line 185 def token @token end |
#users ⇒ Object
Returns the value of attribute users.
193 194 195 |
# File 'lib/xcjobs/distribute.rb', line 193 def users @users end |