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 BackgroundJobStateBackgroundJobResponse. 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 BackgroundJobStateBackgroundJobState. fromValue(String enumValue)BackgroundJobStateArchivedBackgroundJob. getState()static BackgroundJobStateBackgroundJobState. 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 voidArchivedBackgroundJob. setState(BackgroundJobState state)
-