Uses of Class
com.atlassian.confluence.api.model.backuprestore.JobOperation
-
-
Uses of JobOperation in com.atlassian.confluence.api.model.backuprestore
Methods in com.atlassian.confluence.api.model.backuprestore that return JobOperation Modifier and Type Method Description JobOperationJobDetails. getJobOperation()JobOperationJobFilter. 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.api.model.backuprestore with parameters of type JobOperation Modifier and Type Method Description voidJobDetails. setJobOperation(JobOperation jobOperation)JobFilter.BuilderJobFilter.Builder. setJobOperation(JobOperation jobOperation) -
Uses of JobOperation in com.atlassian.confluence.backuprestore
Methods in com.atlassian.confluence.backuprestore that return JobOperation Modifier and Type Method Description JobOperationBackupRestoreJob. getJobOperation()JobOperationBackupRestoreJobsSearchFilter. getJobOperation()JobOperationBackupRestoreSettings. getJobOperation()Methods in com.atlassian.confluence.backuprestore with parameters of type JobOperation Modifier and Type Method Description voidBackupRestoreJob. setJobOperation(JobOperation jobOperation)BackupRestoreJobsSearchFilter.BuilderBackupRestoreJobsSearchFilter.Builder. setJobOperation(JobOperation jobOperation)Constructors in com.atlassian.confluence.backuprestore with parameters of type JobOperation Constructor Description Builder(JobOperation jobOperation, JobScope jobScope) -
Uses of JobOperation in com.atlassian.confluence.impl.backuprestore.statistics
Constructors in com.atlassian.confluence.impl.backuprestore.statistics with parameters of type JobOperation Constructor Description StatisticsCollector(long jobId, JobScope jobScope, JobOperation jobOperation, com.atlassian.event.api.EventPublisher eventPublisher, BackupRestoreJobDao backupRestoreJobDao, ParallelTasksExecutor parallelTasksExecutor) -
Uses of JobOperation in com.atlassian.confluence.plugins.restapi.resources
Methods in com.atlassian.confluence.plugins.restapi.resources with parameters of type JobOperation Modifier and Type Method Description javax.ws.rs.core.ResponseBackupRestoreResource. findJobs(Integer limit, String fromDate, String toDate, JobScope jobScope, JobOperation jobOperation, List<JobState> jobStates, String spaceKey, String owner)Returns jobs based on the filters provided.
-