com.atlassian.bamboo.deletion
Class DeletionServiceJob

java.lang.Object
  extended by com.atlassian.bamboo.deletion.DeletionServiceJob
All Implemented Interfaces:
org.quartz.Job

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


Constructor Summary
DeletionServiceJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
           
 void setDeletionService(DeletionService deletionService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeletionServiceJob

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

setDeletionService

public void setDeletionService(DeletionService deletionService)


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