Package com.atlassian.bamboo.deletion
package com.atlassian.bamboo.deletion
-
ClassDescriptionApplied only to
BambooObject
s that can be deleted by a user.In order to minimize time required for object deletion it is instead marked for deletion and deleted at a later date.Runs before thePlan
and itsResultsSummary
s have been deleted Any plugins that implement this interface will be run inline with the methods onDeletionService
Please note that if any implementations fail to execute (throw an exception, etc) thePlan
will be deleted regardless.