Uses of Interface
com.atlassian.confluence.cluster.UpgradeFinalizationRun.Error
Packages that use UpgradeFinalizationRun.Error
-
Uses of UpgradeFinalizationRun.Error in com.atlassian.confluence.cluster
Methods in com.atlassian.confluence.cluster that return types with arguments of type UpgradeFinalizationRun.ErrorModifier and TypeMethodDescriptionUpgradeFinalizationRun.getErrors()
why we get the errors for finalization i.e. -
Uses of UpgradeFinalizationRun.Error in com.atlassian.confluence.impl.cluster
Classes in com.atlassian.confluence.impl.cluster that implement UpgradeFinalizationRun.ErrorModifier and TypeClassDescriptionstatic class
Encapsulates errors related to the running of a FinalizationUpgradeTask
Methods in com.atlassian.confluence.impl.cluster that return types with arguments of type UpgradeFinalizationRun.ErrorConstructor parameters in com.atlassian.confluence.impl.cluster with type arguments of type UpgradeFinalizationRun.ErrorModifierConstructorDescriptionUpgradeFinalizationRunImpl
(long requestTimestamp, @Nullable Long completedTimestamp, boolean clusterWide, List<UpgradeFinalizationRun.Error> errors)