Package com.atlassian.bamboo.tag.service
Class TagDetectionServiceImpl
java.lang.Object
com.atlassian.bamboo.tag.service.TagDetectionServiceImpl
- All Implemented Interfaces:
TagDetectionService
-
Constructor Summary
ConstructorDescriptionTagDetectionServiceImpl
(VcsRepositoryManager vcsRepositoryManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VcsTagDao vcsTagDao, CustomVariableContext customVariableContext, CachedPlanManager cachedPlanManager, NonBlockingPlanExecutionService nonBlockingPlanExecutionService, TagBuildActionFactoryImpl tagBuildActionFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoid
detectTagsForRepository
(long repositoryId) Detecting new tags and triggering tag builds
-
Constructor Details
-
TagDetectionServiceImpl
public TagDetectionServiceImpl(VcsRepositoryManager vcsRepositoryManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VcsTagDao vcsTagDao, CustomVariableContext customVariableContext, CachedPlanManager cachedPlanManager, NonBlockingPlanExecutionService nonBlockingPlanExecutionService, TagBuildActionFactoryImpl tagBuildActionFactory)
-
-
Method Details
-
detectTagsForRepository
public void detectTagsForRepository(long repositoryId) Description copied from interface:TagDetectionService
Detecting new tags and triggering tag builds- Specified by:
detectTagsForRepository
in interfaceTagDetectionService
-