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 MaturityLevelPluginInfo. maturityLevel()Get thematurity levelof this plugin.static MaturityLevelMaturityLevel. 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.BuilderPluginInfo.Builder. maturityLevel(MaturityLevel maturityLevel)Set thematurity level.
-