Class VersionManager
- java.lang.Object
-
- com.atlassian.confluence.plugins.pulp.VersionManager
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
@Named public class VersionManager extends Object implements org.springframework.beans.factory.InitializingBean
Keeps track of what versions Confluence has run in the past (for 7.0 and above)- Since:
- 7.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterPropertiesSet()
When confluence is upgraded this records the version and the date it was upgraded to the version history plugin settings@NonNull Optional<Date>
getUpgradeDate()
-