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

Code changed in jenkins
User: Ulli Hafner
Path:
pom.xml
src/main/java/hudson/plugins/tasks/TaskAnnotationsLabelProvider.java
src/main/java/hudson/plugins/tasks/TasksDetailBuilder.java
src/main/java/hudson/plugins/tasks/TasksResult.java
tasks.iml
http://jenkins-ci.org/commit/tasks-plugin/39173a0a5a2eb1b97a9000437d603465f141da80
Log:
JENKINS-26235 Enabled customization of tab labels.
The labels of the tabs that visualize the build result are now provided by separate class. This class can be overwritten by plug-ins that want to change these labels. The tasks plug-in already makes use of this new approach.
Moreover, a div with an ID has been added to all tab labels so that the acceptance test can be made more stable.