com.atlassian.bamboo.configuration
Class ScheduleBackupBeanImpl

java.lang.Object
  extended by com.atlassian.bamboo.configuration.ScheduleBackupBeanImpl
All Implemented Interfaces:
ScheduleBackupBean

public class ScheduleBackupBeanImpl
extends java.lang.Object
implements ScheduleBackupBean


Constructor Summary
ScheduleBackupBeanImpl()
           
 
Method Summary
 org.quartz.Scheduler getScheduler()
           
 void scheduleBackup(ScheduleBackupConfiguration sbc)
           
 void setScheduler(org.quartz.Scheduler scheduler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScheduleBackupBeanImpl

public ScheduleBackupBeanImpl()
Method Detail

scheduleBackup

public void scheduleBackup(ScheduleBackupConfiguration sbc)
                    throws java.lang.Exception
Specified by:
scheduleBackup in interface ScheduleBackupBean
Throws:
java.lang.Exception

getScheduler

public org.quartz.Scheduler getScheduler()

setScheduler

public void setScheduler(org.quartz.Scheduler scheduler)


Copyright © 2012 Atlassian. All Rights Reserved.