-
Type:
Improvement
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: subversion-plugin
-
Labels:None
-
Similar Issues:
If I have a build parametrized with a subversion tag and choose
"Summary and build params" as the channel notification message
the actual message looks like this:
Project czc2_test_deploy build #228: SUCCESS in 10 min: http://jenkins/job/czc2_test/228/
Parameters:
hudson.scm.listtagsparameter.ListSubversionTagsParameterValue@14399
Probably ListSubversionTagsParameterValue#toString() is displayed.
More helpful would be to display the actual subversion tag - ListSubversionTagsParameterValue#getTag() perhaps?
Jabber (or more specifically instant-messaging) plugin calls the getShortDescription() method on parameter values.
If ListSubversionTagsParameterValue are not displayed in an 'useful' way, this is because it doesn't override this method (or toString())
Therefore assigning to subversion plugin.