Hello
I am working at java tool which connects at the mks source integrity server that add new members in an mks project.
I read the following documentation
{
}
and I found java sample code only for connection with the server:
{
IntegrationPointFactory ipf = IntegrationPointFactory.getInstance();CmdRunner cmdRunner;try { cmdRunner = ipf.createLocalIntegrationPoint().getCommonSession() .createCmdRunner(); cmdRunner.setDefaultHostname( cmdRunner.setDefaultPort(7001); cmdRunner.setDefaultUsername( cmdRunner.setDefaultPassword(
e.printStackTrace();
}
However I have not found in the above documentation a sample for adding members in mks source integrity server using the mks java api.
Would you give me a sample code that do that or pointing me another documentation for the mks source integrity java api ?
Best Regards,