Branch: refs/heads/master
Home: https://github.com/jenkinsci/github-plugin
Commit: 3990a367f84791f37dc978cbc5cc92e3f7b3a339
https://github.com/jenkinsci/github-plugin/commit/3990a367f84791f37dc978cbc5cc92e3f7b3a339
Author: Jesse Glick <[email protected]>
Date: 2015-10-11 (Sun, 11 Oct 2015)
Changed paths:
M src/main/java/com/coravy/hudson/plugins/github/GithubLinkAnnotator.java
M src/main/java/com/coravy/hudson/plugins/github/GithubProjectProperty.java
M
src/main/resources/com/coravy/hudson/plugins/github/GithubProjectProperty/config.jelly
A
src/main/resources/com/coravy/hudson/plugins/github/GithubProjectProperty/help-projectUrlStr.html
A
src/main/resources/com/coravy/hudson/plugins/github/GithubProjectProperty/help-projectUrlStr_de.html
R src/main/webapp/help-global.html
R src/main/webapp/help-global_de.html
A
src/test/java/com/coravy/hudson/plugins/github/GithubProjectPropertyTest.java
Log Message:
-----------
Let GithubProjectProperty be applied to any Job.
Normalizing databinding.
The projectUrl property was defined in the constructor to be a String, but in
the getter to be a GithubUrl,
which made no sense and breaks tools looking to work with describables without
GUI forms.
Changing the getter type would be the simplest fix, but potentially
incompatible.
Instead changing the property name so that the existing getter can be left
alone.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" 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.