Interface ISvnRtRepositoryConfiguration
- All Superinterfaces:
IResourceTraceabilityRepositoryConfiguration
,Serializable
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 Summary
Modifier and TypeMethodDescriptionMethods inherited from interface com.siemens.polarion.rt.api.IResourceTraceabilityRepositoryConfiguration
getId, getProviderId, setId
-
Method Details
-
getRootURL
- Returns:
- the URL to access the root folder of an SVN repository.
-
getUserName
- Returns:
- the username that will be used during SVN repository authentication.
-
getUserPassword
- Returns:
- the user password that will be used during SVN repository authentication.
-