Uses of Class
com.atlassian.confluence.backuprestore.JobSpaces
-
Packages that use JobSpaces Package Description com.atlassian.confluence.backuprestore -
-
Uses of JobSpaces in com.atlassian.confluence.backuprestore
Methods in com.atlassian.confluence.backuprestore that return JobSpaces Modifier and Type Method Description JobSpaces
BackupRestoreJob. getJobSpaces()
JobSpaces
BackupRestoreSettings. getJobSpaces()
static JobSpaces
JobSpaces. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobSpaces[]
JobSpaces. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.backuprestore with parameters of type JobSpaces Modifier and Type Method Description void
BackupRestoreJob. setJobSpaces(JobSpaces jobSpaces)
Constructors in com.atlassian.confluence.backuprestore with parameters of type JobSpaces Constructor Description Builder(JobOperation jobOperation, JobScope jobScope, JobSpaces jobSpaces)
-