Custom project area initialization follow up action
One answer
These are the extension points and follow up actions: https://jazz.net/wiki/bin/view/Main/CustomPreconditionsTable#operations . The table is not totally up to date. But you should also be able to find them in the process configuration source.
Comments
Searching a bit:
Setup Project for Reports : followup-action xmlns="http://com.ibm.team.reports/setUpProject" description="Deploys some pre-defined reports to the project area." id="com.ibm.team.reports.service.setUpProject" name="Setup Project for Reports" optional="true"
This gives you the operation ID.
You are able to find the code in the SDK.
So as a summary, I think you could.
1 vote
Thanks Ralph,
I've made a little search and I found, that operationId that I need is
com.ibm.team.process.server.initializeProjectArea