Uses of Class
org.jenkinsci.plugins.lucene.search.databackend.Progress.ProgressState
-
Packages that use Progress.ProgressState Package Description org.jenkinsci.plugins.lucene.search.databackend -
-
Uses of Progress.ProgressState in org.jenkinsci.plugins.lucene.search.databackend
Methods in org.jenkinsci.plugins.lucene.search.databackend that return Progress.ProgressState Modifier and Type Method Description Progress.ProgressState
Progress. getState()
static Progress.ProgressState
Progress.ProgressState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Progress.ProgressState[]
Progress.ProgressState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-