com.atlassian.bamboo.build.strategy
Class QuartzStrategyJob
java.lang.Object
com.atlassian.bamboo.build.strategy.QuartzStrategyJob
- All Implemented Interfaces:
- org.quartz.Job
public class QuartzStrategyJob
- extends java.lang.Object
- implements org.quartz.Job
Sets flag to trigger build
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuartzStrategyJob
public QuartzStrategyJob()
execute
public void execute(org.quartz.JobExecutionContext jobExecutionContext)
throws org.quartz.JobExecutionException
- Specified by:
execute
in interface org.quartz.Job
- Throws:
org.quartz.JobExecutionException
setImmutablePlanCacheService
public void setImmutablePlanCacheService(ImmutablePlanCacheService immutablePlanCacheService)
setNonBlockingPlanExecutionService
public void setNonBlockingPlanExecutionService(NonBlockingPlanExecutionService nonBlockingPlanExecutionService)
setBuildDetectionActionFactory
public void setBuildDetectionActionFactory(BuildDetectionActionFactory buildDetectionActionFactory)
Copyright © 2012 Atlassian. All Rights Reserved.