com.atlassian.bamboo.deletion
Interface PlanDeletionInterceptorAction

All Known Implementing Classes:
AutomaticDependencyManagementDeletionInterceptorAction

public interface PlanDeletionInterceptorAction

Runs before the Plan and its ResultsSummarys 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
 void intercept(Plan plan)
          Runs before the Plan and its ResultsSummarys have been deleted
 

Method Detail

intercept

void intercept(@NotNull
               Plan plan)
Runs before the Plan and its ResultsSummarys have been deleted

Parameters:
plan -


Copyright © 2011 Atlassian. All Rights Reserved.