com.atlassian.bamboo.build.strategy
Class PollingBuildStrategyJob

java.lang.Object
  extended by com.atlassian.bamboo.build.strategy.PollingBuildStrategyJob
All Implemented Interfaces:
org.quartz.Job

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

Sets flag to trigger build


Constructor Summary
PollingBuildStrategyJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext jobExecutionContext)
           
 void setEventManager(com.atlassian.event.EventManager eventManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollingBuildStrategyJob

public PollingBuildStrategyJob()
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

setEventManager

public void setEventManager(com.atlassian.event.EventManager eventManager)


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.