public class ScheduledBackupJob extends Object implements org.quartz.Job
Modifier and Type | Field and Description |
---|---|
static String |
BACKUP_FILE_FORMAT |
static String |
BACKUP_FILE_PREFIX |
static String |
BACKUP_FREQUENCY |
static String |
BACKUP_PATH |
static String |
BACKUP_TIME |
static String |
BAMBOO_DATE_FORMAT |
static String |
LAST_RAN_DATE |
static int |
NUMBER_OF_MILLISECONDS_IN_A_DAY |
Constructor and Description |
---|
ScheduledBackupJob() |
Modifier and Type | Method and Description |
---|---|
void |
execute(org.quartz.JobExecutionContext jobExecutionContext) |
BootstrapManager |
getBootstrapManager() |
ImportExportManager |
getImportExportManager() |
public static final String BACKUP_PATH
public static final String BACKUP_FREQUENCY
public static final String BACKUP_TIME
public static final String BACKUP_FILE_PREFIX
public static final String BACKUP_FILE_FORMAT
public static final int NUMBER_OF_MILLISECONDS_IN_A_DAY
public static final String BAMBOO_DATE_FORMAT
public static final String LAST_RAN_DATE
public void execute(org.quartz.JobExecutionContext jobExecutionContext) throws org.quartz.JobExecutionException
execute
in interface org.quartz.Job
org.quartz.JobExecutionException
public ImportExportManager getImportExportManager()
public BootstrapManager getBootstrapManager()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.