| java.lang.Object | |
| ↳ | com.atlassian.bitbucket.home.AbstractHomeUpdateHandler |
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.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Provides a default no-op implementation to facilitate building handlers with no explicit rollback mechanism.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.bitbucket.home.HomeUpdateHandler
| |||||||||||
Provides a default no-op implementation to facilitate building handlers with no explicit rollback mechanism.
| update | ignored |
|---|