CVS Commit Integration with SourceForge Tracker
I'd like to extend the Commit File Dialogue to allow developers to associate a change with a Tracker Item from sourceforge for 5.1 and 6.x based clients. I have had a look at existing integration points and other plugins but haven't found anyone doing anything similar - any pointers or help appreciated.
Please sign in to leave a comment.
Hello John,
JW> I'd like to extend the Commit File Dialogue to allow developers to
JW> associate a change with a Tracker Item from sourceforge for 5.1 and
JW> 6.x based clients. I have had a look at existing integration points
JW> and other plugins but haven't found anyone doing anything similar -
JW> any pointers or help appreciated.
The API you need is CheckinHandler and CheckinHandlerFactory. A sample implementation
of CheckinHandler, which provides the "Perform code analysis before checkin"
checkbox, is available in the OpenAPI sources (CodeAnalysisBeforeCheckinHandler
class).
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"