Add Plugins#__str__
authorChristophe Bliard <christophe.bliard@smartesting.com>
Fri, 4 Oct 2013 12:23:07 +0000 (14:23 +0200)
committerChristophe Bliard <christophe.bliard@smartesting.com>
Fri, 4 Oct 2013 12:23:07 +0000 (14:23 +0200)
commit674fcec8fb9e21685b68b98501901d248b2b1173
treec09cd01e266e47ce58fab2afb3903dd33b5087ed
parent284271f915f9e183278b25dc8eb7bfd73c3dd808
Add Plugins#__str__

Because when doing jenkins.get_plugins() in an interactive python shell,
the behavior was to use the JenkinsBase#__str__ which throws a
NotImplementedError
jenkinsapi/plugins.py
jenkinsapi_tests/unittests/test_plugins.py