com.atlassian.bamboo.deletion
Class OrphanedBuildResultRemovalJob

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

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


Constructor Summary
OrphanedBuildResultRemovalJob()
           
 
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

OrphanedBuildResultRemovalJob

public OrphanedBuildResultRemovalJob()
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 © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.