Class MigrationExportStartedEvent
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.migration.event.AbstractInstanceMigrationEvent
com.atlassian.bitbucket.migration.event.MigrationExportStartedEvent
- All Implemented Interfaces:
- Serializable
@AsynchronousPreferred
public class MigrationExportStartedEvent
extends AbstractInstanceMigrationEvent
Event that is raised when an Data Center Migration export has been started.
- Since:
- 5.13
- See Also:
- 
Field SummaryFields inherited from class com.atlassian.bitbucket.migration.event.AbstractInstanceMigrationEventjobFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionlongbooleanintMethods inherited from class com.atlassian.bitbucket.migration.event.AbstractInstanceMigrationEventgetDuration, getJobIdMethods inherited from class com.atlassian.bitbucket.event.ApplicationEventgetDate, getUserMethods inherited from class java.util.EventObjectgetSource, toString
- 
Constructor Details- 
MigrationExportStartedEvent
 
- 
- 
Method Details- 
getEntireProjectSelectedCountpublic long getEntireProjectSelectedCount()- Returns:
- the number of selectors that specify a project with all of its repositories
 
- 
getSelectAllpublic boolean getSelectAll()- Returns:
- trueif all project AND all repositories have been selected for export
 
- 
getSelectorCountpublic int getSelectorCount()- Returns:
- the number of project/repository tuples selected for export
 
 
-