JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
sonia.scm.repository
Interface TagGuard
@ExtensionPoint
public interface
TagGuard
Plugins can implement this interface to prevent the deletion of certain tags.
Since:
3.6.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
canDelete
(
TagGuardDeletionRequest
deletionRequest)
Method Details
canDelete
boolean
canDelete
(
TagGuardDeletionRequest
deletionRequest)