Interface IGitRtRepositoryConfiguration

All Superinterfaces:
IResourceTraceabilityRepositoryConfiguration, Serializable

public interface IGitRtRepositoryConfiguration extends IResourceTraceabilityRepositoryConfiguration
Resource Traceability repository configuration for a Git repository. Collectors that work with a 'git' repository provider should cast a IResourceTraceabilityRepositoryConfiguration object to this interface.
Since:
3.17.0
See Also:
  • Method Details

    • getLocalRepository

      @NotNull String getLocalRepository()
      Returns:
      the path to the Git repository in local file system.