Class EdgeIndexRebuildUpgradeTask
- java.lang.Object
-
- com.atlassian.confluence.plugins.edgeindex.upgrade.EdgeIndexRebuildUpgradeTask
-
- All Implemented Interfaces:
com.atlassian.sal.api.upgrade.PluginUpgradeTask
@Component public class EdgeIndexRebuildUpgradeTask extends Object implements com.atlassian.sal.api.upgrade.PluginUpgradeTask
APluginUpgradeTask
which forces a rebuild of the edge index.- Since:
- 5.2
-
-
Constructor Summary
Constructors Constructor Description EdgeIndexRebuildUpgradeTask(EdgeIndexBuilder edgeIndexBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<com.atlassian.sal.api.message.Message>
doUpgrade()
int
getBuildNumber()
String
getPluginKey()
String
getShortDescription()
-
-
-
Constructor Detail
-
EdgeIndexRebuildUpgradeTask
@Autowired public EdgeIndexRebuildUpgradeTask(EdgeIndexBuilder edgeIndexBuilder)
-
-
Method Detail
-
getBuildNumber
public int getBuildNumber()
- Specified by:
getBuildNumber
in interfacecom.atlassian.sal.api.upgrade.PluginUpgradeTask
-
getShortDescription
public String getShortDescription()
- Specified by:
getShortDescription
in interfacecom.atlassian.sal.api.upgrade.PluginUpgradeTask
-
doUpgrade
public Collection<com.atlassian.sal.api.message.Message> doUpgrade()
- Specified by:
doUpgrade
in interfacecom.atlassian.sal.api.upgrade.PluginUpgradeTask
-
getPluginKey
public String getPluginKey()
- Specified by:
getPluginKey
in interfacecom.atlassian.sal.api.upgrade.PluginUpgradeTask
-
-