Class: Gitlab::GithubImport::Importer::Events::Closed
- Inherits:
-
BaseImporter
- Object
- BaseImporter
- Gitlab::GithubImport::Importer::Events::Closed
- Defined in:
- lib/gitlab/github_import/importer/events/closed.rb
Instance Method Summary collapse
Methods inherited from BaseImporter
Methods included from PushPlaceholderReferences
#push_refs_with_ids, #push_with_composite_key, #push_with_record
Constructor Details
This class inherits a constructor from Gitlab::GithubImport::Importer::Events::BaseImporter
Instance Method Details
#execute(issue_event) ⇒ Object
8 9 10 11 |
# File 'lib/gitlab/github_import/importer/events/closed.rb', line 8 def execute(issue_event) create_event(issue_event) create_state_event(issue_event) end |