Uses of Class
com.atlassian.confluence.backuprestore.JobScope
-
Packages that use JobScope Package Description com.atlassian.confluence.backuprestore -
-
Uses of JobScope in com.atlassian.confluence.backuprestore
Methods in com.atlassian.confluence.backuprestore that return JobScope Modifier and Type Method Description JobScopeBackupRestoreJob. getJobScope()JobScopeBackupRestoreSettings. getJobScope()static JobScopeJobScope. valueOf(String name)Returns the enum constant of this type with the specified name.static JobScope[]JobScope. 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 JobScope Modifier and Type Method Description voidBackupRestoreJob. setJobScope(JobScope jobScope)Constructors in com.atlassian.confluence.backuprestore with parameters of type JobScope Constructor Description Builder(JobOperation jobOperation, JobScope jobScope, JobSpaces jobSpaces)
-