|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.user.util.migration.Log4jMigrationProgressListener
public class Log4jMigrationProgressListener
| Constructor Summary | |
|---|---|
Log4jMigrationProgressListener(org.apache.log4j.Logger logger)
|
|
| Method Summary | |
|---|---|
void |
groupMigrated()
called on each group migration |
void |
groupMigrationComplete()
called when group migration is complete |
void |
groupMigrationStarted(int groupsToMigrate)
called when group migration begins |
void |
readonlyGroupMembershipNotMigrated(String groupName,
String userName)
called when a group membership cannot be migrated because the target group is readonly. |
void |
userMigrated()
called on each user migrated |
void |
userMigrationComplete()
called when user migration is complete |
void |
userMigrationStarted(int usersToMigrate)
called when user migration begins |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Log4jMigrationProgressListener(org.apache.log4j.Logger logger)
| Method Detail |
|---|
public void userMigrationStarted(int usersToMigrate)
MigrationProgressListener
userMigrationStarted in interface MigrationProgressListenerusersToMigrate - the overall number of users to migrate.public void userMigrated()
MigrationProgressListener
userMigrated in interface MigrationProgressListenerpublic void userMigrationComplete()
MigrationProgressListener
userMigrationComplete in interface MigrationProgressListenerpublic void groupMigrationStarted(int groupsToMigrate)
MigrationProgressListener
groupMigrationStarted in interface MigrationProgressListenergroupsToMigrate - the overall number of groups to migratepublic void groupMigrated()
MigrationProgressListener
groupMigrated in interface MigrationProgressListenerpublic void groupMigrationComplete()
MigrationProgressListener
groupMigrationComplete in interface MigrationProgressListener
public void readonlyGroupMembershipNotMigrated(String groupName,
String userName)
MigrationProgressListener
readonlyGroupMembershipNotMigrated in interface MigrationProgressListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||