com.atlassian.bamboo.plan.vcsRevision.cleanup
Class PlanVcsRevisionHistoryCleanupScheduler.PlanVcsHistoryCleanupJob

java.lang.Object
  extended by com.atlassian.bamboo.plan.vcsRevision.cleanup.PlanVcsRevisionHistoryCleanupScheduler.PlanVcsHistoryCleanupJob
All Implemented Interfaces:
org.quartz.Job
Enclosing class:
PlanVcsRevisionHistoryCleanupScheduler

public static class PlanVcsRevisionHistoryCleanupScheduler.PlanVcsHistoryCleanupJob
extends java.lang.Object
implements org.quartz.Job


Constructor Summary
PlanVcsRevisionHistoryCleanupScheduler.PlanVcsHistoryCleanupJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext jobExecutionContext)
           
 void setCachedPlanManager(CachedPlanManager cachedPlanManager)
           
 void setPlanVcsRevisionHistoryService(PlanVcsRevisionHistoryService planVcsRevisionHistoryService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlanVcsRevisionHistoryCleanupScheduler.PlanVcsHistoryCleanupJob

public PlanVcsRevisionHistoryCleanupScheduler.PlanVcsHistoryCleanupJob()
Method Detail

execute

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

setPlanVcsRevisionHistoryService

public void setPlanVcsRevisionHistoryService(PlanVcsRevisionHistoryService planVcsRevisionHistoryService)

setCachedPlanManager

public void setCachedPlanManager(CachedPlanManager cachedPlanManager)


Copyright © 2012 Atlassian. All Rights Reserved.