Interface IResourceTraceabilityRepositoryConfiguration

All Superinterfaces:
Serializable
All Known Subinterfaces:
IGitRtRepositoryConfiguration, ISvnRtRepositoryConfiguration

public interface IResourceTraceabilityRepositoryConfiguration extends Serializable
RT repository configuration that is used to open connections to remote external repositories. Implementations of this interface should have no-argument constructor.
Since:
3.17.0
  • Method Summary

    Modifier and Type
    Method
    Description
     
    ID of the repository provider.
    void
    Sets repository id that is used to reference from RT configuration
  • Method Details

    • getProviderId

      @NotNull String getProviderId()
      ID of the repository provider.
    • getId

      @NotNull String getId()
      Returns:
      remote repository id that is used to reference from RT configuration
    • setId

      void setId(@NotNull String id)
      Sets repository id that is used to reference from RT configuration