Change By: Simon Wiest (21/Feb/14 9:09 AM)
Description: I'm developing a Jenkins plugin that scans existing builds for the Subversion revisions being used. This information is stored in SVNRevisionState actions (https://github.com/jenkinsci/subversion-plugin/blob/master/src/main/java/hudson/scm/SVNRevisionState.java).

Unfortunately, SVNRevisionState is not public, but has default (=package private) visibility only, so other plugins can't use this class. I would suggest raising visibility for this class and its member to public.

This has been done successfully a long time ago in the Hudson fork ;O) of the Subversion plugin (https://github.com/eclipse/hudson.plugins.subversion/blob/master/src/main/java/hudson/scm/SVNRevisionState.java) and also in the corresponding action of the Git plugin (https://github.com/jenkinsci/git-plugin/blob/master/src/main/java/hudson/plugins/git/util/BuildData.java).


Pull request with suggested code change is at https://github.com/jenkinsci/subversion-plugin/pull/68.
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to