Package com.atlassian.bamboo.deletion
package com.atlassian.bamboo.deletion
-
ClassDescriptionApplied only to
BambooObjects 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 thePlanand itsResultsSummarys have been deleted Any plugins that implement this interface will be run inline with the methods onDeletionServicePlease note that if any implementations fail to execute (throw an exception, etc) thePlanwill be deleted regardless.