@PublicApi
public interface UpgradeTaskService
UpgradeTaskFactory.| Modifier and Type | Method and Description |
|---|---|
int |
getDatabaseBuildNumber()
Get current DB version for the current plugin (or host platform).
|
int |
getDatabaseBuildNumberForHost()
Get current version of the host's DB.
|
int |
getDatabaseBuildNumberForPlugin(String pluginKey)
Get current DB version for a plugin.
|
int getDatabaseBuildNumberForHost()
int getDatabaseBuildNumberForPlugin(String pluginKey)
int getDatabaseBuildNumber()
Same as getDatabaseBuildNumberForPlugin(String) where pluginKey is the caller's pluginKey.
Also works for host, returning in that case the same result as getDatabaseBuildNumberForHost()
Copyright © 2017 Atlassian. All rights reserved.