| Package | Description |
|---|---|
| com.atlassian.confluence.impl.tenant.migration | |
| com.atlassian.confluence.impl.tenant.provisioning |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMigrationServlet |
class |
UnicornPreMigrateServlet
Begins the process of migrating from Unicorn to Vertigo.
|
class |
UnicornReverseMigrateServlet
Run the "Arrive in Unicorn" part of Vertigo to Unicorn (reverse) migration.
|
class |
VertigoMigrateAbortServlet
Perform cleanup in Vertigo, when Unicorn to Vertigo migration is aborted.
|
class |
VertigoMigrateServlet
Run the "Arrive in Vertigo" part of Unicorn to Vertigo migration.
|
class |
VertigoPreReverseMigrateServlet
Begins the process of migrating from Vertigo to Unicorn (reverse migration)
|
class |
VertigoReverseMigrateAbortServlet
Perform cleanup in Vertigo, when Vertigo to Unicorn (reverse) migration is aborted.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CloudProvisionerProvisioningServlet
This is the entry point called by Cloud Provisioner in Micros.
|
class |
ProductActivatedServlet
Servlet that is called when non-core (that is not confluence) products are activated (including connect addons) which
plugins can listen to via
TenantedEventRegistrar.registerProductActivationListener(TenantedProductActivatedListener, int)
As a note, products which are activated *before* a core product is activated will not hit this code path (as the DB
schema, amongst other things, isn't set up). |
class |
ProductDeactivatedServlet
Servlet that is called when products are deactivated (including connect addons) which plugins can listen to via
TenantedEventRegistrar.registerProductDeactivationListener(TenantedProductDeactivatedListener, int) |
class |
ProductUpdatedServlet
Servlet that is called when products are updated (including connect addons) which plugins can listen to via
TenantedEventRegistrar.registerProductUpdatedListener(TenantedProductUpdatedListener, int) |
class |
SynchronousDevProvisioningServlet
This is a convenience alternative to
CloudProvisionerProvisioningServlet for use in local dev and CI. |
Copyright © 2003–2016 Atlassian. All rights reserved.