public class BackupRestoreJob extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
BackupRestoreJob.ConfigurationFlag
Every value represents one bit in the configuration.
|
| Constructor and Description |
|---|
BackupRestoreJob() |
public Long getId()
public void setId(Long id)
public JobOperation getJobOperation()
public void setJobOperation(JobOperation jobOperation)
public JobScope getJobScope()
public void setJobScope(JobScope jobScope)
public JobSpaces getJobSpaces()
public void setJobSpaces(JobSpaces jobSpaces)
public JobState getJobState()
public void setJobState(JobState jobState)
public long getCreateTime()
public void setCreateTime(long createTime)
public Long getStartProcessingTime()
public void setStartProcessingTime(Long startProcessingTime)
public Long getFinishProcessingTime()
public void setFinishProcessingTime(Long finishProcessingTime)
public String getOwner()
public void setOwner(String owner)
public String getWhoCancelledTheJob()
public void setWhoCancelledTheJob(String whoCancelledTheJob)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public BackupRestoreSettings getBackupRestoreSettings()
public void setBackupRestoreSettings(BackupRestoreSettings backupRestoreSettings)
public BackupRestoreJobResult getBackupRestoreJobResult()
public void setBackupRestoreJobResult(BackupRestoreJobResult backupRestoreJobResult)
public int getConfiguration()
public boolean hasFlag(BackupRestoreJob.ConfigurationFlag flag)
public void setFlag(BackupRestoreJob.ConfigurationFlag flag)
public void resetFlag(BackupRestoreJob.ConfigurationFlag flag)
Copyright © 2003–2022 Atlassian. All rights reserved.