Plain Java API Documentation
Hello,
I have downloaded the Plain Java Documentation for 6.0.6, but I miss some packages like "com.ibm.team.links" in there.
Where do I get the rest of the API documentation especially the part with the link package?
Best regards,
Alex
Accepted answer
Anything not in the Javadoc and anything with packet names including the infix internal is unsupported. The best chance is to look into the documentation of the client and server SDK.
Comments
Part of the com.ibm.team.links package and class tree can be found in com.ibm.team.repository.common in the SDK. See https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/ especially plugin development and the extensions workshop.
Thanks for the answer