com.atlassian.bamboo.plan.branch
Class BranchDetectionJobScheduler

java.lang.Object
  extended by com.atlassian.bamboo.plan.branch.BranchDetectionJobScheduler
All Implemented Interfaces:
org.quartz.Job

public class BranchDetectionJobScheduler
extends java.lang.Object
implements org.quartz.Job


Constructor Summary
BranchDetectionJobScheduler()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext jobExecutionContext)
           
 int getCheckInterval()
           
 void scheduleBranchDetecting()
           
 void setBranchDetectionService(BranchDetectionService branchDetectionService)
           
 void setCheckInterval(int checkInterval)
           
 void setDashboardCachingManager(DashboardCachingManager dashboardCachingManager)
           
 void setScheduler(org.quartz.Scheduler scheduler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BranchDetectionJobScheduler

public BranchDetectionJobScheduler()
Method Detail

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.