Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Active TeamRepository and Project area

I am developing a bridge plugin between my application plugins and Jazz Client (RTC). I am getting the access to the repository and the project area by using hard coded host strings.

However, I am looking forward to a way by which I can retrieve the active project area. Any help on this is appreciated.

I tried to search for APIs in different clients (IWorkItemClient, Process client etc.), but I could not find anything.

Thanks
Abhi

0 votes



2 answers

Permanent link
I think what you are after is the set of connected project areas (there can be more than one).

See com.ibm.team.process.rcp.ui.teamnavigator.ConnectedProjectAreaRegistry

Such as:


ConnectedProjectAreaRegistry.getDefault().getConnectedProjectAreas(teamRepository)

0 votes


Permanent link
I think what you are after is the set of connected project areas (there can be more than one).

See com.ibm.team.process.rcp.ui.teamnavigator.ConnectedProjectAreaRegistry

Such as:


ConnectedProjectAreaRegistry.getDefault().getConnectedProjectAreas(teamRepository)


Thanks Ryan! I will try this out.

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,951

Question asked: Jun 10 '09, 12:47 a.m.

Question was seen: 5,413 times

Last updated: Jun 10 '09, 12:47 a.m.

Confirmation Cancel Confirm