Uses of Class
sh.ory.hydra.model.PluginEnv
-
Packages that use PluginEnv Package Description sh.ory.hydra.model -
-
Uses of PluginEnv in sh.ory.hydra.model
Methods in sh.ory.hydra.model that return PluginEnv Modifier and Type Method Description PluginEnvPluginEnv. addSettableItem(String settableItem)PluginEnvPluginEnv. description(String description)PluginEnvPluginEnv. name(String name)PluginEnvPluginEnv. settable(List<String> settable)PluginEnvPluginEnv. value(String value)Methods in sh.ory.hydra.model that return types with arguments of type PluginEnv Modifier and Type Method Description List<PluginEnv>PluginConfig. getEnv()envMethods in sh.ory.hydra.model with parameters of type PluginEnv Modifier and Type Method Description PluginConfigPluginConfig. addEnvItem(PluginEnv envItem)Method parameters in sh.ory.hydra.model with type arguments of type PluginEnv Modifier and Type Method Description PluginConfigPluginConfig. env(List<PluginEnv> env)voidPluginConfig. setEnv(List<PluginEnv> env)
-