IVersionedContent
In this link: https://jazz.net/forum/questions/106694/how-do-you-accept-change-sets-into-the-local-filesystem-workspace-using-the-java-api
it is mentioned IVersionedContent is required for accepting change-sets. I looked for public API which returns IVersionedContent, found only com.ibm.team.scm.client.content.IVersionedContentManager.commit. However. this method uploads content to server.
Also, there is this documentation in IVersionedContentManager:
Items can have content attributes (e.g. attributes that store large amounts
of data) by specifying of type of the attribute as {@link com.ibm.team.scm.common.IVersionedContent}. The content is then stored in the repository in a two-stage process.
What API allows access to these attributes ?
|
One answer
You would probably find the subclass
IFileContent
more interesting.
You get the IFileContent from IFileItem, which I think might be the only subclass of versionable that has content.
|
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.