Package com.atlassian.bamboo.tag.service
Interface TagDetectionService
-
- All Known Implementing Classes:
TagDetectionServiceImpl
public interface TagDetectionService
A service which detects new tags for repository. If the new trigger is detected then this service will generate NewTagEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
detectTagsForRepository(long repositoryId)
Detecting new tags and triggering tag builds
-