You can use these SOAP calls to enable project administrators to add an integrated
application to their projects, edit an integrated application, or delete it from their
projects.
createProjectConfig
This method is called when an integrated application
is added to a project from .
- Example
- In com/collabnet/pebble/adapter/PebbleIntegrationService.java,
see the createProjectConfig method, line 48.
editProjectConfig
This method is called when editing an integrated
application in a project from .
- Example
- In com/collabnet/pebble/adapter/PebbleIntegrationService.java,
see the editProjectConfig method, line 202.
deleteProjectConfig
This method is called when
deleting
an integrated application in a project from .
- Example
- In com/collabnet/pebble/adapter/PebbleIntegrationService.java,
see the deleteProjectConfig method, line 213.