Class StoreTimezoneProperty

java.lang.Object
com.atlassian.jira.action.admin.export.StoreTimezoneProperty
All Implemented Interfaces:
Startable

public class StoreTimezoneProperty extends Object implements Startable
  • Field Details

    • JVM_SYSTEM_TIMEZONE

      public static final String JVM_SYSTEM_TIMEZONE
      This property stores the Jira Server instance timezone. It will be exported via XML Backup, so that Jira Cloud can use it to adjust the timestamps of database entities during import.
      See Also:
  • Constructor Details

    • StoreTimezoneProperty

      public StoreTimezoneProperty(ApplicationProperties props, com.atlassian.event.api.EventPublisher publisher)
  • Method Details

    • start

      public void start()
      Description copied from interface: Startable
      This method will be called after the plugin system is fully initialised and all components added to the dependency injection framework.
      Specified by:
      start in interface Startable
    • onImportCompleted

      @EventListener public void onImportCompleted(ImportCompletedEvent ev)