Main Content

Write a Source Control Integration with the SDK

Tip

You can check for updated source control integration downloads on the projects Web page://www.tianjin-qmedu.com/products/simulink/projects.html

The file exchange provides a Software Development Kit (SDK) that you can use to integrate projects with third-party source control tools. See//www.tianjin-qmedu.com/matlabcentral/fileexchange/61483-source-control-integration-software-development-kit.

The SDK provides instructions for writing an integration to a source control tool that has a published API you can call from Java®.

You must create a.jarfile that implements a collection of Java interfaces and a Java Manifest file, that defines a set of required properties.

The SDK provides example source code, Javadoc, and files for validating, building, and testing your source control integration. Build and test your own interfaces using the example as a guide. Then you can use your source control integration with projects. Download the SDK and follow the instructions.

你写一个源代码控制集成后,看到Add a Project to Source Control.

Related Topics