Uses of Class
com.atlassian.confluence.impl.backgroundjob.domain.BackgroundJobState
-
Packages that use BackgroundJobState Package Description com.atlassian.confluence.impl.backgroundjob com.atlassian.confluence.impl.backgroundjob.domain -
-
Uses of BackgroundJobState in com.atlassian.confluence.impl.backgroundjob
Methods in com.atlassian.confluence.impl.backgroundjob that return BackgroundJobState Modifier and Type Method Description BackgroundJobState
BackgroundJobResponse. getNewState()
-
Uses of BackgroundJobState in com.atlassian.confluence.impl.backgroundjob.domain
Methods in com.atlassian.confluence.impl.backgroundjob.domain that return BackgroundJobState Modifier and Type Method Description static BackgroundJobState
BackgroundJobState. fromValue(String enumValue)
BackgroundJobState
ArchivedBackgroundJob. getState()
static BackgroundJobState
BackgroundJobState. valueOf(String name)
Returns the enum constant of this type with the specified name.static BackgroundJobState[]
BackgroundJobState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.impl.backgroundjob.domain with parameters of type BackgroundJobState Modifier and Type Method Description void
ArchivedBackgroundJob. setState(BackgroundJobState state)
-