RunParameter no longer displays the Full Display Name

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      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>
      

            Assignee:
            Unassigned
            Reporter:
            Geoff Cummings
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: