public interface PlanDeletionInterceptorAction
Plan
and its ResultsSummary
s have been deleted
Any plugins that implement this interface will be run inline with the methods on DeletionService
Please note that if any implementations fail to execute (throw an exception, etc) the Plan
will be deleted regardless.Modifier and Type | Method and Description |
---|---|
default void |
intercept(ImmutablePlan plan,
Supplier<Plan> mutablePlan)
Runs before the
Plan and its ResultsSummary s have been deleted
Try relying on the ImmutablePlan argument. |
default void |
intercept(Plan plan)
Deprecated.
since 6.2 use
intercept(ImmutablePlan, Supplier) instead. |
@Deprecated default void intercept(@NotNull Plan plan)
intercept(ImmutablePlan, Supplier)
instead.Plan
and its ResultsSummary
s have been deletedplan
- default void intercept(@NotNull ImmutablePlan plan, Supplier<Plan> mutablePlan)
Plan
and its ResultsSummary
s have been deleted
Try relying on the ImmutablePlan
argument.Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.