Uses of Enum Class
com.atlassian.confluence.api.model.backuprestore.JobState
Packages that use JobState
Package
Description
-
Uses of JobState in com.atlassian.confluence.api.model.backuprestore
Methods in com.atlassian.confluence.api.model.backuprestore that return JobStateModifier and TypeMethodDescriptionJobDetails.getJobState()
static JobState
Returns the enum constant of this class with the specified name.static JobState[]
JobState.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 that return types with arguments of type JobStateMethods in com.atlassian.confluence.api.model.backuprestore with parameters of type JobStateModifier and TypeMethodDescriptionJobFilter.Builder.addJobState
(JobState jobState) void
JobDetails.setJobState
(JobState jobState) -
Uses of JobState in com.atlassian.confluence.backuprestore
Methods in com.atlassian.confluence.backuprestore that return JobStateMethods in com.atlassian.confluence.backuprestore that return types with arguments of type JobStateMethods in com.atlassian.confluence.backuprestore with parameters of type JobStateConstructors in com.atlassian.confluence.backuprestore with parameters of type JobStateConstructor parameters in com.atlassian.confluence.backuprestore with type arguments of type JobState -
Uses of JobState in com.atlassian.confluence.impl.backuprestore
Methods in com.atlassian.confluence.impl.backuprestore that return types with arguments of type JobStateModifier and TypeMethodDescriptionIndependentBackupRestoreJobManager.getJobState
(ExecutorService executorService, long jobId) Methods in com.atlassian.confluence.impl.backuprestore with parameters of type JobStateModifier and TypeMethodDescriptionIndependentBackupRestoreJobManager.createAndSaveNewJob
(ExecutorService executorService, JobOperation jobOperation, JobScope jobScope, JobState jobState, Instant createTime, String owner, BackupRestoreSettings backupRestoreSettings) IndependentBackupRestoreJobManager.updateJobStateAfterCompletion
(long jobId, JobState probableNextJobState, Exception exception, Instant time, ExecutorService executorService) -
Uses of JobState in com.atlassian.confluence.impl.backuprestore.analytics
Methods in com.atlassian.confluence.impl.backuprestore.analytics that return JobStateModifier and TypeMethodDescriptionBackupRestoreFinishJobAnalyticsEvent.getJobState()
Get state of jobConstructors in com.atlassian.confluence.impl.backuprestore.analytics with parameters of type JobStateModifierConstructorDescriptionBackupRestoreFinishJobAnalyticsEvent
(Long jobId, JobScope jobScope, JobOperation jobOperation, JobState jobState, Long objectsProcessed, Long backupZipSize, Long totalDuration, Boolean attachmentsIncluded) -
Uses of JobState in com.atlassian.confluence.plugins.restapi.resources
Method parameters in com.atlassian.confluence.plugins.restapi.resources with type arguments of type JobState