Uses of Class
io.cryostat.agent.model.KeyValue
-
Packages that use KeyValue Package Description io.cryostat.agent.model -
-
Uses of KeyValue in io.cryostat.agent.model
Methods in io.cryostat.agent.model that return types with arguments of type KeyValue Modifier and Type Method Description List<KeyValue>PluginInfo. getEnv()Method parameters in io.cryostat.agent.model with type arguments of type KeyValue Modifier and Type Method Description voidPluginInfo. setEnv(List<KeyValue> env)Constructor parameters in io.cryostat.agent.model with type arguments of type KeyValue Constructor Description PluginInfo(String id, String token, List<KeyValue> env)
-