Package sonia.scm.repository.api
Interface HookTagProvider
public interface HookTagProvider
The HookTagProvider returns information about tags during the
current hook.
- Since:
- 1.50
-
Method Summary
Modifier and TypeMethodDescriptionReturn all tags which are delivered during the current hook.Return all tags which are deleted during the current hook.
-
Method Details
-
getCreatedTags
Return all tags which are delivered during the current hook.- Returns:
- all tags of current hook
-
getDeletedTags
Return all tags which are deleted during the current hook.- Returns:
- all deleted tags of current hook
-