Extracting information’s from plans programmatically
One answer
Comments
When you say "internal and not documented", is this like most of the RTC Java API's which are "internal" in that they are not guaranteed to be available in later releases, and are "not documented" because the only documentation is the javadoc you can generate from the source in the SDK? Or is the Planning API "more internal" (:-) and "less documented" (:-) than usual?
Geoff,
the client API "Plain Java Client Libraries" comes with a JavaDoc documentation that is public and available for download. It does not contain a hint of the plan API. So officially it is not supported at all, other than the build, work item, interop, scm, reports, process and repository API.
The packages are named com.ibm.team.apt.* as far as I know. They ship with the Plain Java API and the SDK, however most of the classes you need are internal, I think.
You can try to work with them, but there is no documentation around except, maybe, some bits and pieces here in the forum. You can try to look into the source code that is shipped, but that is not necessarily easy.
There are no extension points that we documented any where either e.g. to extend on the server.