It's all about the answers!

Ask a question

Customizing configuration data?


Bryan Hunt (4463213) | asked May 07 '08, 5:36 p.m.
I'm trying to cusomize the configuration data in a project area. The
example for retrieving the data on the client does not explain how to
get the IProcessArea, and does not explain how to get the repository in
order to call getClientLibrary():

IProcessArea processArea = findProcessArea(parameter);
IProcessClientService processService = (IProcessClientService)
repository.getClientLibrary(IProcessClientService.class);

Where can I find the documentation that can fill in the missing pieces?

Bryan

One answer



permanent link
Rafik Jaouani (5.0k16) | answered May 10 '08, 11:05 a.m.
JAZZ DEVELOPER
The repository client API is provided by the following plugin: com.ibm.team.repository.client
You can start by looking at the java doc. The API is not that big and it is well documented.

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.