Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
Description
For use with Workflow's Snippet Generator, GitSCM needs to use @DataBoundSetter on optional fields and ensure that the default value is equal to what an unconfigured config.jelly would set. Otherwise the user is offered unnecessary overrides such as extensions: [].
Attachments
Issue Links
- is related to
-
JENKINS-34070 NoStaplerConstructorException on UserMergeOptions.mergeStrategy
-
- Closed
-
Nice. I was not aware of the DataBoundSetter addition in 1.535. That looks very promising to improve some especially long constructors in the git plugin.