Package com.atlassian.bamboo.plan.branch
Class BranchDetectionJob
java.lang.Object
com.atlassian.bamboo.plan.branch.BranchDetectionJob
- All Implemented Interfaces:
org.quartz.Job
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(org.quartz.JobExecutionContext jobExecutionContext) void
setBranchDetectionService
(BranchDetectionService branchDetectionService) void
setCachedRepositoryDefinitionManager
(CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager)
-
Constructor Details
-
BranchDetectionJob
public BranchDetectionJob()
-
-
Method Details
-
execute
public void execute(org.quartz.JobExecutionContext jobExecutionContext) throws org.quartz.JobExecutionException - Specified by:
execute
in interfaceorg.quartz.Job
- Throws:
org.quartz.JobExecutionException
-
setCachedRepositoryDefinitionManager
public void setCachedRepositoryDefinitionManager(CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager) -
setBranchDetectionService
-