Class: Gitlab::GithubImport::Attachments::ImportReleaseWorker
- Inherits:
-
Object
- Object
- Gitlab::GithubImport::Attachments::ImportReleaseWorker
show all
- Includes:
- ObjectImporter
- Defined in:
- app/workers/gitlab/github_import/attachments/import_release_worker.rb
Overview
rubocop:disable Scalability/IdempotentWorker
Constant Summary
ObjectImporter::NotRetriableError
Instance Method Summary
collapse
#import, #increment_object_counter
Instance Method Details
#increment_object_counter?(_object) ⇒ Boolean
21
22
23
|
# File 'app/workers/gitlab/github_import/attachments/import_release_worker.rb', line 21
def increment_object_counter?(_object)
false
end
|
#object_type ⇒ Object
17
18
19
|
# File 'app/workers/gitlab/github_import/attachments/import_release_worker.rb', line 17
def object_type
:release_attachment
end
|
#representation_class ⇒ Object
9
10
11
|
# File 'app/workers/gitlab/github_import/attachments/import_release_worker.rb', line 9
def representation_class
Representation::NoteText
end
|