com.atlassian.bamboo.build.strategy
Class PollingBuildStrategyJob

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

Deprecated. since 5.8

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

Sets flag to trigger build


Constructor Summary
PollingBuildStrategyJob()
          Deprecated.  
 
Method Summary
 void execute(org.quartz.JobExecutionContext jobExecutionContext)
          Deprecated.  
protected  void executeOnRepositories(org.quartz.JobDataMap dataMap, Set<Long> repositories)
          Deprecated.  
 void setEventPublisher(com.atlassian.event.api.EventPublisher eventPublisher)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollingBuildStrategyJob

public PollingBuildStrategyJob()
Deprecated. 
Method Detail

executeOnRepositories

protected void executeOnRepositories(org.quartz.JobDataMap dataMap,
                                     Set<Long> repositories)
Deprecated. 

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

setEventPublisher

public void setEventPublisher(com.atlassian.event.api.EventPublisher eventPublisher)
Deprecated. 


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