com.atlassian.bamboo.build.strategy
Class QuartzStrategyJob

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

Deprecated. since 5.8

@Deprecated
public class QuartzStrategyJob
extends Object
implements org.quartz.Job

Sets flag to trigger build


Constructor Summary
QuartzStrategyJob()
          Deprecated.  
 
Method Summary
 void execute(org.quartz.JobExecutionContext jobExecutionContext)
          Deprecated.  
 void setBuildDetectionActionFactory(BuildDetectionActionFactory buildDetectionActionFactory)
          Deprecated.  
 void setEnvironmentTriggeringActionFactory(EnvironmentTriggeringActionFactory environmentTriggeringActionFactory)
          Deprecated.  
 void setEnvironmentTriggerService(EnvironmentTriggerService environmentTriggerService)
          Deprecated.  
 void setNonBlockingPlanExecutionService(NonBlockingPlanExecutionService nonBlockingPlanExecutionService)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuartzStrategyJob

public QuartzStrategyJob()
Deprecated. 
Method Detail

execute

public void execute(org.quartz.JobExecutionContext jobExecutionContext)
             throws org.quartz.JobExecutionException
Deprecated. 
Specified by:
execute in interface org.quartz.Job
Throws:
org.quartz.JobExecutionException

setBuildDetectionActionFactory

public void setBuildDetectionActionFactory(BuildDetectionActionFactory buildDetectionActionFactory)
Deprecated. 

setEnvironmentTriggeringActionFactory

public void setEnvironmentTriggeringActionFactory(EnvironmentTriggeringActionFactory environmentTriggeringActionFactory)
Deprecated. 

setEnvironmentTriggerService

public void setEnvironmentTriggerService(EnvironmentTriggerService environmentTriggerService)
Deprecated. 

setNonBlockingPlanExecutionService

public void setNonBlockingPlanExecutionService(NonBlockingPlanExecutionService nonBlockingPlanExecutionService)
Deprecated. 


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.