Uses of Class
com.atlassian.confluence.backuprestore.JobState
-
Packages that use JobState Package Description com.atlassian.confluence.backuprestore -
-
Uses of JobState in com.atlassian.confluence.backuprestore
Methods in com.atlassian.confluence.backuprestore that return JobState Modifier and Type Method Description JobState
BackupRestoreJob. getJobState()
static JobState
JobState. 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.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 void
BackupRestoreJob. 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)
-