It's all about the answers!

Ask a question

Find a project in a component?


Vijay Reddy Gaddam (562641) | asked Feb 20 '15, 1:07 a.m.
edited Mar 03 '15, 8:03 a.m.
 Hi,

Do we have a direct method to find a application/project that is present in a component without parsing all the changeSets present in a component using Java Api?(Just as we say right + click on component > Show repository Files which shows all the projects in that component)

Thanks and Regards,
Vijay Reddy.

Comments
Evan Hughes commented Mar 04 '15, 3:49 p.m.
JAZZ DEVELOPER

I'm not sure what you're asking for. What do you mean by "direct method"? 


You can get a listing of remote files using the CLI: 
$ lscm list rf -r repo wsName compName --depth -
/
/share_root/
/share_root/directory/
/share_root/directory/project_dir/

Be the first one to answer this question!


Register or to post your answer.