com.atlassian.bamboo.plan.branch
Class BranchDetectionJobScheduler
java.lang.Object
com.atlassian.bamboo.plan.branch.BranchDetectionJobScheduler
- All Implemented Interfaces:
- org.quartz.Job
public class BranchDetectionJobScheduler
- extends java.lang.Object
- implements org.quartz.Job
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BranchDetectionJobScheduler
public BranchDetectionJobScheduler()
scheduleBranchDetecting
public void scheduleBranchDetecting()
throws org.quartz.SchedulerException
- Throws:
org.quartz.SchedulerException
execute
public void execute(org.quartz.JobExecutionContext jobExecutionContext)
throws org.quartz.JobExecutionException
- Specified by:
execute
in interface org.quartz.Job
- Throws:
org.quartz.JobExecutionException
getCheckInterval
public int getCheckInterval()
setCheckInterval
public void setCheckInterval(int checkInterval)
setScheduler
public void setScheduler(org.quartz.Scheduler scheduler)
setDashboardCachingManager
public void setDashboardCachingManager(DashboardCachingManager dashboardCachingManager)
setBranchDetectionService
public void setBranchDetectionService(BranchDetectionService branchDetectionService)
Copyright © 2012 Atlassian. All Rights Reserved.