Package com.atlassian.bamboo.plan.branch
Class BranchDetectionJob
- java.lang.Object
-
- com.atlassian.bamboo.plan.branch.BranchDetectionJob
-
- All Implemented Interfaces:
org.quartz.Job
public class BranchDetectionJob extends Object implements org.quartz.Job
-
-
Constructor Summary
Constructors Constructor Description BranchDetectionJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(org.quartz.JobExecutionContext jobExecutionContext)
void
setBranchDetectionService(BranchDetectionService branchDetectionService)
void
setCachedRepositoryDefinitionManager(CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager)
-
-
-
Method Detail
-
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
public void setBranchDetectionService(BranchDetectionService branchDetectionService)
-
-