com.atlassian.bamboo.build.logger
Class ExpiryTickerJob

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

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


Constructor Summary
ExpiryTickerJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
           
 void setExpiryTicker(ExpiryTicker expiryTicker)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpiryTickerJob

public ExpiryTickerJob()
Method Detail

execute

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

setExpiryTicker

public void setExpiryTicker(ExpiryTicker expiryTicker)


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.