@AsynchronousPreferred public class

MigrationExportStartedEvent

extends AbstractInstanceMigrationEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.bitbucket.event.ApplicationEvent
       ↳ com.atlassian.bitbucket.migration.event.AbstractInstanceMigrationEvent
         ↳ com.atlassian.bitbucket.migration.event.MigrationExportStartedEvent

Class Overview

Event that is raised when an Data Center Migration export has been started.

Summary

[Expand]
Inherited Fields
From class com.atlassian.bitbucket.migration.event.AbstractInstanceMigrationEvent
From class java.util.EventObject
Public Constructors
MigrationExportStartedEvent(Object source, Job job, ExportRequest request)
Public Methods
long getEntireProjectSelectedCount()
boolean getSelectAll()
int getSelectorCount()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.migration.event.AbstractInstanceMigrationEvent
From class com.atlassian.bitbucket.event.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public MigrationExportStartedEvent (Object source, Job job, ExportRequest request)

Public Methods

public long getEntireProjectSelectedCount ()

Returns
  • the number of selectors that specify a project with all of its repositories

public boolean getSelectAll ()

Returns
  • true if all project AND all repositories have been selected for export

public int getSelectorCount ()

Returns
  • the number of project/repository tuples selected for export