public abstract class AbstractHomeUpdateHandler extends Object implements HomeUpdateHandler
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 and Description |
|---|
AbstractHomeUpdateHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
rollback(HomeUpdate update)
Provides a default no-op implementation to facilitate building handlers with no explicit rollback mechanism.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplypublic void rollback(@Nonnull HomeUpdate update)
rollback in interface HomeUpdateHandlerupdate - ignoredCopyright © 2019 Atlassian. All rights reserved.