jenkinsci / jenkinsci/structs-plugin
[JENKINS-26535] DescribableHelper does not handle wildcards well
Open
component:structs-plugin
imported-jira-issue
pipeline
priority:blocker
resolution:unresolved
- Dominant language
- Java
- Stars
- 11
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
org.jenkinsci.plugins.credentialsbinding.impl.BindingStep notes that while List bindings works fine, List> does not, nor does List>.
---
Originally reported by
jglick, imported from: DescribableHelper does not handle wildcards well
Raw content of original issue
org.jenkinsci.plugins.credentialsbinding.impl.BindingStep notes that while List<MultiBinding> bindings works fine, List<? extends MultiBinding<?>> does not, nor does List<MultiBinding<?>>.
Contributor guide
Assessment
This issue has not been assessed yet.