Class MeshMigrationRequest
java.lang.Object
com.atlassian.bitbucket.migration.MeshMigrationRequest
- Since:
 - 8.0
 
- 
Nested Class Summary
Nested Classes - 
Field Summary
Fields - 
Method Summary
 
- 
Field Details
- 
MIN_BYTES_PER_SECOND
public static final long MIN_BYTES_PER_SECOND- See Also:
 
 
 - 
 - 
Method Details
- 
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
- Returns:
 - the IDs of projects to be migrated
 - Since:
 - 8.0
 
 - 
getRepositoryIds
- Returns:
 - the IDs of repositories to be migrated
 - Since:
 - 8.0
 
 - 
isAll
public boolean isAll()- Returns:
 trueif all repositories in the system are to be migrated- Since:
 - 8.0
 
 
 -