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

RunParameter no longer displays the Full Display Name

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • core
    • None

      The toString() method of Run.java was changed recently to no return the FullDisplayName

       public String toString() {
       -        return getFullDisplayName();
       +        return project.getFullName() + " #" + number;
      

      i think the RunParameter just uses the toString() method when displaying so now does not display the Full Display Name which was very useful

      <option value="${run.externalizableId}">${run}</option>
      

          [JENKINS-22755] RunParameter no longer displays the Full Display Name

          Code changed in jenkins
          User: gcummings
          Path:
          core/src/main/resources/hudson/model/RunParameterDefinition/index.jelly
          http://jenkins-ci.org/commit/jenkins/e27b05f0e0f85996f212145f5d02635194e288f3
          Log:
          JENKINS-22755 - RunParameter no longer displays the Full Display Name

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: gcummings Path: core/src/main/resources/hudson/model/RunParameterDefinition/index.jelly http://jenkins-ci.org/commit/jenkins/e27b05f0e0f85996f212145f5d02635194e288f3 Log: JENKINS-22755 - RunParameter no longer displays the Full Display Name

          Code changed in jenkins
          User: Jesse Glick
          Path:
          core/src/main/resources/hudson/model/RunParameterDefinition/index.jelly
          http://jenkins-ci.org/commit/jenkins/8303d6b1ecf357caac3f8c0844a3293e07f19894
          Log:
          Merge branch 'JENKINS-22755' of github.com:gcummings/jenkins

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: core/src/main/resources/hudson/model/RunParameterDefinition/index.jelly http://jenkins-ci.org/commit/jenkins/8303d6b1ecf357caac3f8c0844a3293e07f19894 Log: Merge branch ' JENKINS-22755 ' of github.com:gcummings/jenkins

          Code changed in jenkins
          User: Jesse Glick
          Path:
          changelog.html
          http://jenkins-ci.org/commit/jenkins/8ec605a466969e0ff9b911e20f102c048cb45bc6
          Log:
          [FIXED JENKINS-22755] Noting merge of #1214.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: changelog.html http://jenkins-ci.org/commit/jenkins/8ec605a466969e0ff9b911e20f102c048cb45bc6 Log: [FIXED JENKINS-22755] Noting merge of #1214.

          dogfood added a comment -

          Integrated in jenkins_main_trunk #3355

          Result = SUCCESS

          dogfood added a comment - Integrated in jenkins_main_trunk #3355 Result = SUCCESS

            Unassigned Unassigned
            gcummings Geoff Cummings
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: