Magidoc

Migration
Interface

Represents a GitHub Enterprise Importer (GEI) migration.

Fields

#

continueOnError

Non-null

The migration flag to continue on error.

createdAt

Non-null

Identifies the date and time when the object was created.

databaseId

Identifies the primary key from the database.

failureReason

The reason the migration failed.

id

ID !
Non-null

The Node ID of the Migration object

migrationLogUrl

The URL for the migration log (expires 1 day after migration completes).

migrationSource

Non-null

The migration source.

repositoryName

Non-null

The target repository name.

sourceUrl

Non-null

The migration source URL, for example https://github.com or https://monalisa.ghe.com .

state

Non-null

The migration state.

warningsCount

Non-null

The number of warnings encountered for this migration. To review the warnings, check the Migration Log .

Implementations

#

Implemented by RepositoryMigration .