Package com.atlassian.bamboo.deletion
Interface PlanDeletionInterceptorAction
- All Known Implementing Classes:
AutomaticDependencyManagementDeletionInterceptorAction
public interface PlanDeletionInterceptorAction
Runs before the
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.-
Method Summary
Modifier and TypeMethodDescriptionvoid
intercept
(@NotNull ImmutablePlan plan, @NotNull Supplier<Plan> mutablePlan) Runs before thePlan
and itsResultsSummary
s have been deleted Try relying on theImmutablePlan
argument.
-
Method Details
-
intercept
Runs before thePlan
and itsResultsSummary
s have been deleted Try relying on theImmutablePlan
argument.
-