Class MeshMigrationRequest

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

public class MeshMigrationRequest extends Object
Since:
8.0
  • Field Details

  • Method Details

    • getMaxBytesPerSecond

      @Deprecated public long getMaxBytesPerSecond()
      Deprecated.
      in 9.0 for removal in 10.0
      Returns:
      the maximum network bandwidth that should be consumed by migration
      Since:
      7.18
    • 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