Class UpgradeEventRegistry
- java.lang.Object
 - 
- com.atlassian.confluence.impl.upgrade.UpgradeEventRegistry
 
 
- 
public class UpgradeEventRegistry extends Object
A simple class that tracks an occurrence of an Upgrade Event during startup.- Since:
 - 6.7.0
 
 
- 
- 
Constructor Summary
Constructors Constructor Description UpgradeEventRegistry() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasUpgradeEventOccurred()static voidonUpgradeStarted(UpgradeStartedEvent event) 
 - 
 
- 
- 
Method Detail
- 
hasUpgradeEventOccurred
public boolean hasUpgradeEventOccurred()
 
- 
onUpgradeStarted
@EventListener public static void onUpgradeStarted(UpgradeStartedEvent event)
 
 - 
 
 -