Uses of Class
io.jenkins.plugins.pipeline.models.KeyValueModel
Packages that use KeyValueModel
-
Uses of KeyValueModel in io.jenkins.plugins.pipeline.models
Constructor parameters in io.jenkins.plugins.pipeline.models with type arguments of type KeyValueModel -
Uses of KeyValueModel in io.jenkins.plugins.pipeline.parsers
Methods in io.jenkins.plugins.pipeline.parsers that return types with arguments of type KeyValueModelModifier and TypeMethodDescriptionprotected List<KeyValueModel>
AbstractParser.extractParameters
(Object parameter) Method parameters in io.jenkins.plugins.pipeline.parsers with type arguments of type KeyValueModelModifier and TypeMethodDescriptionprotected List<EnvironmentVariableModel>
AbstractParser.convertEnvironmentVariableModel
(List<KeyValueModel> keyValueModels) protected List<VariableModel>
AbstractParser.convertVariableModel
(List<KeyValueModel> keyValueModels) Convert List ofKeyValueModel
to List ofVariableModel