Issue Type: Bug Bug
Affects Versions: current
Assignee: Unassigned
Components: core
Created: 24/Apr/14 11:30 PM
Description:

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>
Project: Jenkins
Priority: Major Major
Reporter: Geoff Cummings
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to