Interface ISvnRtRepositoryConfiguration

All Superinterfaces:
IResourceTraceabilityRepositoryConfiguration, Serializable

public interface ISvnRtRepositoryConfiguration extends IResourceTraceabilityRepositoryConfiguration
Resource Traceability repository configuration for an SVN repository. Collectors that work with the 'subversion' repository provider should cast a IResourceTraceabilityRepositoryConfiguration object to this interface.
Since:
3.17.0
See Also:
  • Method Details

    • getRootURL

      @NotNull String getRootURL()
      Returns:
      the URL to access the root folder of an SVN repository.
    • getUserName

      @Nullable String getUserName()
      Returns:
      the username that will be used during SVN repository authentication.
    • getUserPassword

      @Nullable String getUserPassword()
      Returns:
      the user password that will be used during SVN repository authentication.