Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-34009

plugin doesn't perform conversion for subtypes of StringParameterDefinition

      Pull request: https://github.com/jenkinsci/parameterized-trigger-plugin/pull/94

      ParameterDefinition types which extend StringParameterDefinition still need to be converted, when possible, in order to ensure correct handling of any additional logic implemented by the sub-type.

      The code change is simply to use a more exacting check then the instanceof keyword because any parameter types which sub-class StringParameterDefinition in order to avoid re-implemeting its behaviour are not currently converted when they could be.

          [JENKINS-34009] plugin doesn't perform conversion for subtypes of StringParameterDefinition

          Jim Carrothers created issue -
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 170026 ] New: JNJira + In-Review [ 183734 ]

            huybrechts huybrechts
            jcarrothers_sap Jim Carrothers
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: