Uses of Class
org.hansken.plugin.extraction.api.MaturityLevel
-
Packages that use MaturityLevel Package Description org.hansken.plugin.extraction.api This is the API of the Extraction Plugins SDK. -
-
Uses of MaturityLevel in org.hansken.plugin.extraction.api
Methods in org.hansken.plugin.extraction.api that return MaturityLevel Modifier and Type Method Description MaturityLevel
PluginInfo. maturityLevel()
Get thematurity level
of this plugin.static MaturityLevel
MaturityLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static MaturityLevel[]
MaturityLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hansken.plugin.extraction.api with parameters of type MaturityLevel Modifier and Type Method Description PluginInfo.Builder
PluginInfo.Builder. maturityLevel(MaturityLevel maturityLevel)
Set thematurity level
.
-