Chapter 15. SCM Domain

The source code management (SCM) domain is the tool domain for all SCM tools, like Git or Subversion.

15.1. Description

The SCM Domain polls external repositories for changes of content under source control and provides functionality to copy/export the repository content for further processing.

15.2. Functional Interface

Link to the Java Domain Interface on Github. This interface also contains information about events raised by this domain.

15.3. Connectors

15.3.1. Git Connector

The Git Connector is a SCM tool connector for the Git fast version control system.

15.3.1.1. External Tool Configuration

The external Git repository must be anonymously accessible with one of the following protocols:

  1. git

  2. http

  3. ftp

No further configuration is needed.