Class MeshMigrationRequest

java.lang.Object
com.atlassian.bitbucket.migration.MeshMigrationRequest

public class MeshMigrationRequest extends Object
Since:
8.0
  • Method Details

    • getProjectIds

      @Nonnull public Set<Integer> getProjectIds()
      Returns:
      the IDs of projects to be migrated
      Since:
      8.0
    • getRepositoryIds

      @Nonnull public Set<Integer> getRepositoryIds()
      Returns:
      the IDs of repositories to be migrated
      Since:
      8.0
    • isAll

      public boolean isAll()
      Returns:
      true if all repositories in the system are to be migrated
      Since:
      8.0