Class: Gitlab::BitbucketServerImport::ImportPullRequestNotesWorker

Inherits:
Object
  • Object
show all
Includes:
ObjectImporter
Defined in:
app/workers/gitlab/bitbucket_server_import/import_pull_request_notes_worker.rb

Overview

rubocop:disable Scalability/IdempotentWorker

Instance Method Summary collapse

Methods included from ObjectImporter

#perform

Instance Method Details

#importer_classObject



8
9
10
# File 'app/workers/gitlab/bitbucket_server_import/import_pull_request_notes_worker.rb', line 8

def importer_class
  Importers::PullRequestNotesImporter
end