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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
scheduleTagDetectionForRepository(long repositoryId)
Schedules tag detection for given repositoryvoid
triggerTagActivated(Triggerable triggerable)
registers triggerable (narrowed to ImmutablePlan)
-
-
-
Method Detail
-
scheduleTagDetectionForRepository
boolean scheduleTagDetectionForRepository(long repositoryId)
Schedules tag detection for given repository- Parameters:
repositoryId
-- Returns:
-
triggerTagActivated
void triggerTagActivated(Triggerable triggerable)
registers triggerable (narrowed to ImmutablePlan)
-
-