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,
com.atlassian.scheduler.core.LifecycleAwareSchedulerService lifecycleAwareSchedulerService) |
@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, com.atlassian.scheduler.core.LifecycleAwareSchedulerService lifecycleAwareSchedulerService)
public void migrate() throws MigrationException
MigrationException
Copyright © 2003–2017 Atlassian. All rights reserved.