Currently I need to specify each method that I want to get white-listed. This is extremely cumbersome. It would be helpful if I can use some kind of wildcards to specify the whitelist of a plug-in.

      This basically is related to JENKINS-25804. Why do I need to add every method on String to be whitelisted? It would be much simpler to say method * of String so that all methods on this immutable class get white listed (or even better: everything of String or Matcher, etc. is whitelisted). It shouldn't be hard to gather the matching methods using reflection.

          [JENKINS-35065] Let whitelists be defined with wildcards

          Ulli Hafner created issue -
          Ulli Hafner made changes -
          Link New: This issue is related to JENKINS-25804 [ JENKINS-25804 ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 171278 ] New: JNJira + In-Review [ 184244 ]

            jglick Jesse Glick
            drulli Ulli Hafner
            Votes:
            3 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: