Package com.atlassian.bamboo.tag.service
Interface TagDetectionThreadsManager
- All Known Implementing Classes:
TagDetectionThreadsManagerImpl
public interface TagDetectionThreadsManager
This service is make requests for tag detection.
It manages threads for parallel execution.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
scheduleTagDetectionForRepository
(long repositoryId) Schedules tag detection for given repositoryvoid
triggerTagActivated
(Triggerable triggerable) registers triggerable (narrowed to ImmutablePlan)
-
Method Details
-
scheduleTagDetectionForRepository
boolean scheduleTagDetectionForRepository(long repositoryId) Schedules tag detection for given repository- Parameters:
repositoryId
-- Returns:
-
triggerTagActivated
registers triggerable (narrowed to ImmutablePlan)
-