com.atlassian.bamboo.build.strategy
Class QuartzStrategyJob

java.lang.Object
  extended by 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


Constructor Summary
QuartzStrategyJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext jobExecutionContext)
           
 void setBuildDetectionActionFactory(BuildDetectionActionFactory buildDetectionActionFactory)
           
 void setImmutablePlanCacheService(ImmutablePlanCacheService immutablePlanCacheService)
           
 void setNonBlockingPlanExecutionService(NonBlockingPlanExecutionService nonBlockingPlanExecutionService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuartzStrategyJob

public QuartzStrategyJob()
Method Detail

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.