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

RunParameter no longer displays the Full Display Name

XMLWordPrintable

    • 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>
      

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

              Created:
              Updated:
              Resolved: