com.worxbend.codeberg4s.repositories.admin.MigrationService
See theMigrationService companion object
enum MigrationService
Which kind of forge POST /repos/migrate is being pointed at — service on MigrateRepoOptions.
The value decides how much Forgejo can bring across. MigrationService.Git copies commits and nothing else, because a bare Git remote has nothing else to offer; every other case unlocks the issue, label, milestone, release and pull-request flags on MigrateRepository by telling Forgejo which API to talk to.
spec/swagger.v1.json declares the ten cases below as an enum.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article