It's all about the answers!

Ask a question

IVersionedContent


Gidi Gal (962056) | asked Mar 29 '19, 8:59 a.m.
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



permanent link
Andrew Niefer (7135) | answered Apr 12 '19, 10:02 a.m.
JAZZ DEVELOPER
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


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.