Customizing configuration data?
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
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
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.