Class DowngradeTask_Build70027

java.lang.Object
com.atlassian.jira.upgrade.AbstractDowngradeTask
com.atlassian.jira.upgrade.tasks.DowngradeTask_Build70027
All Implemented Interfaces:
DowngradeTask

public class DowngradeTask_Build70027 extends AbstractDowngradeTask
It's a marker for the change to the attachment file system in 7.0 so that it is know that this version of 6.4 onwards is able to read in the new file system from exports by matching to the corresponding upgrade task.
Since:
v6.4.9
  • Constructor Details

    • DowngradeTask_Build70027

      public DowngradeTask_Build70027()
  • Method Details

    • getBuildNumber

      public int getBuildNumber()
      Returns:
      The build number that this downgrade task downgrades from.
    • getShortDescription

      @Nonnull public String getShortDescription()
      Description copied from interface: DowngradeTask
      A short (<50 chars) description of the downgrade task
    • downgrade

      public void downgrade() throws DowngradeException
      Description copied from interface: DowngradeTask
      Perform the downgrade.
      Throws:
      DowngradeException
    • reindexRequired

      @Nonnull public ReindexRequirement reindexRequired()
      Description copied from interface: DowngradeTask
      Use this to declare if the downgrade task will require reindexing JIRA.
      Returns:
      reindexing requirement of this downgrade task.