Uses of Enum Class
com.atlassian.confluence.api.model.backuprestore.JobOperation
Packages that use JobOperation
Package
Description
-
Uses of JobOperation in com.atlassian.confluence.api.model.backuprestore
Methods in com.atlassian.confluence.api.model.backuprestore that return JobOperationModifier and TypeMethodDescriptionJobDetails.getJobOperation()JobFilter.getJobOperation()static JobOperationReturns the enum constant of this class with the specified name.static JobOperation[]JobOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.confluence.api.model.backuprestore with parameters of type JobOperationModifier and TypeMethodDescriptionJobDetails.JobDetailsBuilder.jobOperation(JobOperation jobOperation) voidJobDetails.setJobOperation(JobOperation jobOperation) JobFilter.Builder.setJobOperation(JobOperation jobOperation) -
Uses of JobOperation in com.atlassian.confluence.backuprestore
Methods in com.atlassian.confluence.backuprestore that return JobOperationModifier and TypeMethodDescriptionBackupRestoreJob.getJobOperation()BackupRestoreJobsSearchFilter.getJobOperation()BackupRestoreSettings.getJobOperation()Methods in com.atlassian.confluence.backuprestore with parameters of type JobOperationModifier and TypeMethodDescriptionvoidBackupRestoreJob.setJobOperation(JobOperation jobOperation) BackupRestoreJobsSearchFilter.Builder.setJobOperation(JobOperation jobOperation) Constructors in com.atlassian.confluence.backuprestore with parameters of type JobOperation -
Uses of JobOperation in com.atlassian.confluence.impl.backuprestore
Methods in com.atlassian.confluence.impl.backuprestore with parameters of type JobOperationModifier and TypeMethodDescriptionIndependentBackupRestoreJobManager.createAndSaveNewJob(ExecutorService executorService, JobOperation jobOperation, JobScope jobScope, JobState jobState, Instant createTime, String owner, BackupRestoreSettings backupRestoreSettings) -
Uses of JobOperation in com.atlassian.confluence.impl.backuprestore.analytics
Methods in com.atlassian.confluence.impl.backuprestore.analytics that return JobOperationModifier and TypeMethodDescriptionBackupRestoreAddJobAnalyticsEvent.getJobOperation()Get operation of jobBackupRestoreFinishJobAnalyticsEvent.getJobOperation()Get operation of jobBackupRestoreStartJobAnalyticsEvent.getJobOperation()Get operation of jobConstructors in com.atlassian.confluence.impl.backuprestore.analytics with parameters of type JobOperationModifierConstructorDescriptionBackupRestoreAddJobAnalyticsEvent(Long jobId, JobScope jobScope, JobOperation jobOperation, Boolean fileWasUploaded) BackupRestoreFinishJobAnalyticsEvent(Long jobId, JobScope jobScope, JobOperation jobOperation, JobState jobState, Long objectsProcessed, Long backupZipSize, Long totalDuration, Boolean attachmentsIncluded) BackupRestoreStartJobAnalyticsEvent(Long jobId, JobScope jobScope, JobOperation jobOperation) -
Uses of JobOperation in com.atlassian.confluence.impl.backuprestore.statistics
Methods in com.atlassian.confluence.impl.backuprestore.statistics with parameters of type JobOperationModifier and TypeMethodDescriptionStatisticsCollectorFactory.createStatisticsCollector(long jobId, JobScope jobScope, JobOperation jobOperation, com.atlassian.event.api.EventPublisher eventPublisher, BackupRestoreJobDao backupRestoreJobDao, ParallelTasksExecutor parallelTasksExecutor) Constructors in com.atlassian.confluence.impl.backuprestore.statistics with parameters of type JobOperationModifierConstructorDescriptionStatisticsCollector(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