Package com.atlassian.bitbucket.home
Class AbstractHomeUpdateHandler
java.lang.Object
com.atlassian.bitbucket.home.AbstractHomeUpdateHandler
- All Implemented Interfaces:
- HomeUpdateHandler
Provides a base class for implementing 
HomeUpdateHandlers.
 
 Even if the implementation is going to provide a rollback implementation, it is still
 encouraged to extend from this base class. Doing so makes implementations more resilient to changes in the interface
 for HomeUpdateHandler, increasing their compatibility with different versions of the system.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidrollback(HomeUpdate update) Provides a default no-op implementation to facilitate building handlers with no explicit rollback mechanism.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.bitbucket.home.HomeUpdateHandlerapply
- 
Constructor Details- 
AbstractHomeUpdateHandlerpublic AbstractHomeUpdateHandler()
 
- 
- 
Method Details- 
rollbackProvides a default no-op implementation to facilitate building handlers with no explicit rollback mechanism.- Specified by:
- rollbackin interface- HomeUpdateHandler
- Parameters:
- update- ignored
 
 
-