-
Task
-
Resolution: Unresolved
-
Minor
Inside EC2 plugin there is a lot of constructors with a large set of databound constructors.
Databound constructor should only be used for mandatory/final parameters
Where databound setters should be used for optional parameters.
https://jenkins.io/doc/developer/plugin-development/pipeline-integration/#constructor-vs-setters
I'd love to get that merged, though my Stapler street cred hasn't been enough yet to gain committership yet. I hope to change that over the next couple months, though.