Uses of Interface
network.ike.plugin.reconcile.SiteReconciler
Packages that use SiteReconciler
-
Uses of SiteReconciler in network.ike.plugin.reconcile
Classes in network.ike.plugin.reconcile that implement SiteReconcilerModifier and TypeClassDescriptionclassReconciler that keeps the project's deployed Maven site in sync with the current POM version.classReconciler that keeps the project's entry on the IKE Network landing page (https://ike.network/) in sync with the current project version.classReconciler that removes deployed-site directories from the legacy scpexe deploy server (ReleaseSupport.SITE_DISK_BASEonReleaseSupport.SITE_SSH_HOST).Methods in network.ike.plugin.reconcile that return types with arguments of type SiteReconcilerModifier and TypeMethodDescriptionstatic List<SiteReconciler> SiteReconcilerRegistry.all()Reconcilers in forward-deploy order.static List<SiteReconciler> SiteReconcilerRegistry.uninstallOrder()Reconcilers in uninstall order — landing-page deregistration first (so users don't see a link to a removed site), stale cleanup last.