-
Bug
-
Resolution: Fixed
-
Major
-
None
When these are configured in Snippet Generator, they are not properly rendered. Presumably this is because although the constructor parameter is typed simply as List<GitSCMExtension>, the getter (like the field) is declared with a somewhat exotic type: DescribableList<GitSCMExtension,GitSCMExtensionDescriptor>.
- is duplicated by
-
JENKINS-26753 Snippet generator sometimes produces incorrect snippets
-
- Resolved
-
- is related to
-
JENKINS-26143 Workflow Snippet Generator - Incorrect format for Input with Choice Parameter
-
- Resolved
-
-
JENKINS-26535 DescribableHelper does not handle wildcards well
-
- Open
-
- links to
Code changed in jenkins
User: Nicolas De Loof
Path:
step-api/src/main/java/org/jenkinsci/plugins/workflow/structs/DescribableHelper.java
http://jenkins-ci.org/commit/workflow-plugin/d438925a84bf0a16c50635a703526ddf26d6efd5
Log:
[FIXED JENKINS-26619] java.lang.Class#isAssignableFrom need to apply on expected type
I always have to read javadoc twice to remember how to use it.