public class JiraIssueMacroServerParamsMigrator extends Object
It's important to only add these params when an applink matching the name stored in the macro params can be found. This enables the upgrade task to be re-run to fix existing macro usages that were previously broken.
JiraIssueMacroServerParamsUpgradeTask
Constructor and Description |
---|
JiraIssueMacroServerParamsMigrator(SearchManager searchManager,
org.springframework.transaction.PlatformTransactionManager platformTransactionManager,
ContentDao contentDao,
XhtmlContent xhtmlContent,
com.atlassian.applinks.api.ApplicationLinkService applinkService)
Deprecated.
since 5.9.0
|
JiraIssueMacroServerParamsMigrator(SearchManager searchManager,
org.springframework.transaction.PlatformTransactionManager platformTransactionManager,
ContentDao contentDao,
XhtmlContent xhtmlContent,
com.atlassian.applinks.api.ApplicationLinkService applinkService,
IndexFlushScheduler indexFlushScheduler) |
@Deprecated public JiraIssueMacroServerParamsMigrator(SearchManager searchManager, org.springframework.transaction.PlatformTransactionManager platformTransactionManager, ContentDao contentDao, XhtmlContent xhtmlContent, com.atlassian.applinks.api.ApplicationLinkService applinkService)
public JiraIssueMacroServerParamsMigrator(SearchManager searchManager, org.springframework.transaction.PlatformTransactionManager platformTransactionManager, ContentDao contentDao, XhtmlContent xhtmlContent, com.atlassian.applinks.api.ApplicationLinkService applinkService, IndexFlushScheduler indexFlushScheduler)
public void migrate() throws MigrationException
MigrationException
Copyright © 2003–2016 Atlassian. All rights reserved.