Class SiteBackupJobDetails
- java.lang.Object
-
- com.atlassian.confluence.api.model.backuprestore.JobDetails
-
- com.atlassian.confluence.api.model.backuprestore.SiteBackupJobDetails
-
public class SiteBackupJobDetails extends JobDetails
Information about Site Backup job- Since:
- 8.2.0
-
-
Constructor Summary
Constructors Constructor Description SiteBackupJobDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SiteBackupSettings
getJobSettings()
JobStatistics
getJobStatistics()
void
setJobSettings(SiteBackupSettings jobSettings)
void
setJobStatistics(JobStatistics jobStatistics)
-
Methods inherited from class com.atlassian.confluence.api.model.backuprestore.JobDetails
getCancelledBy, getCancelTime, getCreateTime, getErrorMessage, getFileDeleteTime, getFileName, getFinishProcessingTime, getId, getJobOperation, getJobScope, getJobState, getOwner, getSpaceKeys, getStartProcessingTime, isFileExists, setCancelledBy, setCancelTime, setCreateTime, setErrorMessage, setFileDeleteTime, setFileExists, setFileName, setFinishProcessingTime, setId, setJobOperation, setJobScope, setJobState, setOwner, setSpaceKeys, setStartProcessingTime
-
-
-
-
Method Detail
-
getJobSettings
public SiteBackupSettings getJobSettings()
-
getJobStatistics
public JobStatistics getJobStatistics()
-
setJobSettings
public void setJobSettings(SiteBackupSettings jobSettings)
-
setJobStatistics
public void setJobStatistics(JobStatistics jobStatistics)
-
-