Class: XCJobs::Distribute::HockeyApp

Inherits:
Rake::TaskLib
  • Object
show all
Includes:
Rake::DSL, XCJobs::Distribute
Defined in:
lib/xcjobs/distribute.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from XCJobs::Distribute

#after_action, #before_action, #upload

Constructor Details

#initialize {|_self| ... } ⇒ HockeyApp

Returns a new instance of HockeyApp.

Yields:

  • (_self)

Yield Parameters:



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_urlObject

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_shaObject

Returns the value of attribute commit_sha.



195
196
197
# File 'lib/xcjobs/distribute.rb', line 195

def commit_sha
  @commit_sha
end

#dsymObject

Returns the value of attribute dsym.



184
185
186
# File 'lib/xcjobs/distribute.rb', line 184

def dsym
  @dsym
end

#fileObject

Returns the value of attribute file.



183
184
185
# File 'lib/xcjobs/distribute.rb', line 183

def file
  @file
end

#identifierObject

Returns the value of attribute identifier.



186
187
188
# File 'lib/xcjobs/distribute.rb', line 186

def identifier
  @identifier
end

#mandatoryObject

Returns the value of attribute mandatory.



194
195
196
# File 'lib/xcjobs/distribute.rb', line 194

def mandatory
  @mandatory
end

#notesObject

Returns the value of attribute notes.



187
188
189
# File 'lib/xcjobs/distribute.rb', line 187

def notes
  @notes
end

#notes_typeObject

Returns the value of attribute notes_type.



188
189
190
# File 'lib/xcjobs/distribute.rb', line 188

def notes_type
  @notes_type
end

#notifyObject

Returns the value of attribute notify.



189
190
191
# File 'lib/xcjobs/distribute.rb', line 189

def notify
  @notify
end

#repository_urlObject

Returns the value of attribute repository_url.



197
198
199
# File 'lib/xcjobs/distribute.rb', line 197

def repository_url
  @repository_url
end

#statusObject

Returns the value of attribute status.



190
191
192
# File 'lib/xcjobs/distribute.rb', line 190

def status
  @status
end

#tagsObject

Returns the value of attribute tags.



191
192
193
# File 'lib/xcjobs/distribute.rb', line 191

def tags
  @tags
end

#teamsObject

Returns the value of attribute teams.



192
193
194
# File 'lib/xcjobs/distribute.rb', line 192

def teams
  @teams
end

#tokenObject

Returns the value of attribute token.



185
186
187
# File 'lib/xcjobs/distribute.rb', line 185

def token
  @token
end

#usersObject

Returns the value of attribute users.



193
194
195
# File 'lib/xcjobs/distribute.rb', line 193

def users
  @users
end