Class 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 Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
        When confluence is upgraded this records the version and the date it was upgraded to the version history plugin settings
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      • getUpgradeDate

        public @NonNull Optional<Date> getUpgradeDate()