Interface RawRepositoryConfiguration

All Known Implementing Classes:
RawRepositoryConfigurationImpl

@Internal public interface RawRepositoryConfiguration
Low level representation of repository configuration. Used to convert to and from xml blob.
Since:
5.14
  • Method Details

    • getVcsBranch

      @Nullable @Nullable VcsBranch getVcsBranch()
    • getServerConfiguration

      @Nullable @Nullable Map<String,String> getServerConfiguration()
    • getChangeDetectionConfiguration

      @Nullable @Nullable Map<String,String> getChangeDetectionConfiguration()
    • getBranchDetectionConfiguration

      @Nullable @Nullable Map<String,String> getBranchDetectionConfiguration()
    • getBranchConfiguration

      @Nullable @Nullable Map<String,String> getBranchConfiguration()
    • getBambooSpecsDetectionConfiguration

      @Nullable @Nullable Map<String,String> getBambooSpecsDetectionConfiguration()
    • getViewerPluginKey

      @Nullable @Nullable String getViewerPluginKey()
    • getViewerConfiguration

      @Nullable @Nullable Map<String,String> getViewerConfiguration()
    • getLegacyViewerXml

      @Nullable @Nullable String getLegacyViewerXml()
    • getLegacyXml

      @Nullable @Nullable String getLegacyXml()