plugin development documents for work item and SCM.
Hello Everyone,
I want to learn plugin development, so I start with check summary advisor example, which is available on the internet, but they have not explained the code.I want documentation, which is having an explanation of each class and method used in a program, like an explanation about IWorkitem, ISaveParameter, Iauditable, run method etc, which is commonly used in plugin development code.
Accepted answer
Start here: https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/
Comments
Thanks.
Please note,
- The only documentation is the JavaDoc for the plain Java client libraries and the comments in the various interfaces.
- The only supported API is the classes with documentation in the plain java client library JavaDoc.
- The server API is not documented and not officially supported.
One other answer
Hi Jyoti
You could use this link as reference for plugin development:
https://rsjazz.wordpress.com/2013/01/02/working-with-work-item-attributes/
Regards,
Bharath