public class AutomaticDependencyManagementDeletionInterceptorAction extends Object implements PlanDeletionInterceptorAction
Constructor and Description |
---|
AutomaticDependencyManagementDeletionInterceptorAction() |
Modifier and Type | Method and Description |
---|---|
void |
intercept(ImmutablePlan plan,
Supplier<Plan> mutablePlan)
Runs before the
Plan and its ResultsSummary s have been deleted
Try relying on the ImmutablePlan argument. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
intercept
public AutomaticDependencyManagementDeletionInterceptorAction()
public void intercept(@NotNull ImmutablePlan plan, @NotNull Supplier<Plan> mutablePlan)
PlanDeletionInterceptorAction
Plan
and its ResultsSummary
s have been deleted
Try relying on the ImmutablePlan
argument.intercept
in interface PlanDeletionInterceptorAction
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.