OperationAdvisor - Precondition for Source control Deliver
Hello,
I need to add a custom Precondition operation for Deliver (server) in Source Control.
I've defined an new OperationAdvisor via the extension point com.ibm.team.process.service.operationAdvisors but I don't know which operationId to use?
I tried "com.ibm.team.process.deliver.server" but it doesn't work.
How can I find out the operationId?
Thank you in advance for your help.
I need to add a custom Precondition operation for Deliver (server) in Source Control.
I've defined an new OperationAdvisor via the extension point com.ibm.team.process.service.operationAdvisors but I don't know which operationId to use?
I tried "com.ibm.team.process.deliver.server" but it doesn't work.
How can I find out the operationId?
Thank you in advance for your help.
Accepted answer
6 other answers
Hi, eclipsetalk
Have you checked that if your develop licenses (like RTC Developer) is expired? If so, the Operation with Id like "com.ibm.team.process.*" will be denied when you trying to use it.
Have you checked that if your develop licenses (like RTC Developer) is expired? If so, the Operation with Id like "com.ibm.team.process.*" will be denied when you trying to use it.
Hello,
I need to add a custom Precondition operation for Deliver (server) in Source Control.
I've defined an new OperationAdvisor via the extension point com.ibm.team.process.service.operationAdvisors but I don't know which operationId to use?
I tried "com.ibm.team.process.deliver.server" but it doesn't work.
How can I find out the operationId?
Thank you in advance for your help.
Try these two:
Server side: com.ibm.team.scm.server.deliver
Client side: com.ibm.team.scm.client.deliver
It is not a license pb. My problem is to know which operationId string to use to add operationAdvisor for Source control. The only operationId I found is the one to save workitem.
Thanks
Where do you find a complete list of these operation identifiers?
Try these two:
Server side: com.ibm.team.scm.server.deliver
Client side: com.ibm.team.scm.client.deliver
It is not a license pb. My problem is to know which operationId string to use to add operationAdvisor for Source control. The only operationId I found is the one to save workitem.
Thanks
Where do you find a complete list of these operation identifiers?
I looked at the extensions that define operations in plugin.xml in SCM related project.