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