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 |
---|---|
void |
intercept(Plan plan)
Runs before the
Plan and its ResultsSummary s have been deleted |
void intercept(@NotNull Plan plan)
Plan
and its ResultsSummary
s have been deletedplan
- Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.