It's all about the answers!

Ask a question

plugin development documents for work item and SCM.


jyoti mishra (45139) | asked Aug 28 '17, 2:11 a.m.

 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


permanent link
Ralph Schoon (63.1k33646) | answered Aug 28 '17, 3:55 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Ralph Schoon selected this answer as the correct answer

Comments
jyoti mishra commented Aug 29 '17, 2:16 a.m.

 Thanks.


Ralph Schoon commented Aug 29 '17, 4:18 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

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



permanent link
Bharath Rao (915136) | answered Aug 28 '17, 2:39 a.m.

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


Comments
jyoti mishra commented Aug 28 '17, 3:42 a.m.

 Thanks Bharath.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.