Class BuildDiscardPreventer

  • All Implemented Interfaces:
    ExtensionPoint

    public abstract class BuildDiscardPreventer
    extends Object
    implements ExtensionPoint
    This class servers as an extension point which, when extended, allow a plugin to prevent the deletion of a build.

    Do note: Explicit calls to Run.delete() will still remove the build, but deletions triggered by a BuildDiscarder or via the GUI will be prevented.

    Author:
    mhschroe
    • Constructor Detail

      • BuildDiscardPreventer

        public BuildDiscardPreventer()