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
Modifier and TypeMethodDescriptionvoid
detectTagsForRepository
(long repositoryId) Detecting new tags and triggering tag builds
-
Method Details
-
detectTagsForRepository
void detectTagsForRepository(long repositoryId) Detecting new tags and triggering tag builds- Parameters:
repositoryId
-
-