Package com.atlassian.bamboo.tag.service
Class TagDetectionThreadsManagerImpl
java.lang.Object
com.atlassian.bamboo.tag.service.TagDetectionThreadsManagerImpl
- All Implemented Interfaces:
TagDetectionThreadsManager
-
Constructor Summary
ConstructorDescriptionTagDetectionThreadsManagerImpl
(TagDetectionService tagDetectionService, VcsTagDao vcsTagDao, CachedRepositoryDefinitionManager repositoryDefinitionManager) -
Method Summary
Modifier and TypeMethodDescriptionboolean
scheduleTagDetectionForRepository
(long repositoryId) Schedules tag detection for given repositoryvoid
triggerTagActivated
(Triggerable triggerable) registers triggerable (narrowed to ImmutablePlan)
-
Constructor Details
-
TagDetectionThreadsManagerImpl
public TagDetectionThreadsManagerImpl(TagDetectionService tagDetectionService, VcsTagDao vcsTagDao, CachedRepositoryDefinitionManager repositoryDefinitionManager)
-
-
Method Details
-
scheduleTagDetectionForRepository
public boolean scheduleTagDetectionForRepository(long repositoryId) Description copied from interface:TagDetectionThreadsManager
Schedules tag detection for given repository- Specified by:
scheduleTagDetectionForRepository
in interfaceTagDetectionThreadsManager
- Returns:
-
triggerTagActivated
Description copied from interface:TagDetectionThreadsManager
registers triggerable (narrowed to ImmutablePlan)- Specified by:
triggerTagActivated
in interfaceTagDetectionThreadsManager
-