Where can I find the advanced server properties documentation?
One answer
far as I know there is no single place to find the data you seek.
I know that I created a server plugin that added properties to be managed on the Advanced Properties page of the CCM server.
the ConfigurationProperties attribute of the Service Provider extension point is what I used.
<extension point="com.ibm.team.repository.service.serviceProvider">
I know that I created a server plugin that added properties to be managed on the Advanced Properties page of the CCM server.
the ConfigurationProperties attribute of the Service Provider extension point is what I used.
<extension point="com.ibm.team.repository.service.serviceProvider">
Comments
Thanks for your quick response.
Do you mean that this extension point provides all the settings of a server ?
(Sorry but I´m not a java expert.)
I do not know if it is the ONLY way to provide property handling. I copied the approach from other product provided server side plugins.
I do not know how you would get to them from the outside as a list of potential properties. I know I was able to create apis to get them for my application (get/set on server side, get on client side). But how you would discover those apis I do not know.