Uses of Class
com.atlassian.confluence.api.model.backuprestore.JobState
-
-
Uses of JobState in com.atlassian.confluence.api.model.backuprestore
Methods in com.atlassian.confluence.api.model.backuprestore that return JobState Modifier and Type Method Description JobStateJobDetails. getJobState()static JobStateJobState. valueOf(String name)Returns the enum constant of this type with the specified name.static JobState[]JobState. 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 that return types with arguments of type JobState Modifier and Type Method Description Set<JobState>JobFilter. getJobStates()Methods in com.atlassian.confluence.api.model.backuprestore with parameters of type JobState Modifier and Type Method Description JobFilter.BuilderJobFilter.Builder. addJobState(JobState jobState)voidJobDetails. setJobState(JobState jobState) -
Uses of JobState in com.atlassian.confluence.backuprestore
Methods in com.atlassian.confluence.backuprestore that return JobState Modifier and Type Method Description JobStateBackupRestoreJob. getJobState()Methods in com.atlassian.confluence.backuprestore that return types with arguments of type JobState Modifier and Type Method Description Collection<JobState>BackupRestoreJobsSearchFilter. getJobStates()Methods in com.atlassian.confluence.backuprestore with parameters of type JobState Modifier and Type Method Description voidBackupRestoreJob. setJobState(JobState jobState)Constructors in com.atlassian.confluence.backuprestore with parameters of type JobState Constructor Description Builder(JobState jobState)Constructor parameters in com.atlassian.confluence.backuprestore with type arguments of type JobState Constructor Description Builder(Collection<JobState> jobStates) -
Uses of JobState in com.atlassian.confluence.impl.backuprestore.analytics
Methods in com.atlassian.confluence.impl.backuprestore.analytics that return JobState Modifier and Type Method Description JobStateBackupRestoreFinishJobAnalyticsEvent. getJobState()Get state of jobConstructors in com.atlassian.confluence.impl.backuprestore.analytics with parameters of type JobState Constructor Description BackupRestoreFinishJobAnalyticsEvent(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 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.
-