Package | Description |
---|---|
com.atlassian.bitbucket.migration |
Modifier and Type | Method and Description |
---|---|
default void |
Exporter.export(ExportContext exportContext,
com.atlassian.bitbucket.project.Project project)
Called when a project is exported.
|
default void |
Exporter.export(ExportContext exportContext,
com.atlassian.bitbucket.pull.PullRequest pullRequest)
Called when a pull request is exported.
|
default void |
Exporter.export(ExportContext exportContext,
com.atlassian.bitbucket.repository.Repository repository)
Called when a repository is exported.
|
default void |
Exporter.onEnd(ExportContext exportContext)
Called after the export is finished.
|
default void |
Exporter.onStart(ExportContext exportContext)
Called before the export is started.
|
Copyright © 2024 Atlassian. All rights reserved.