Interface VcsLocationDefinition

All Superinterfaces:
VcsConfigurationFragment
All Known Implementing Classes:
VcsLocationDefinitionImpl

public interface VcsLocationDefinition extends VcsConfigurationFragment
Definition of the vcs server location (url, credentials, caching options all belong here) Normally not overridden ever, but we can allow it in order to support forks.
Since:
5.14
  • Method Details

    • isLegacyRepository

      boolean isLegacyRepository()
    • getLegacyConfigurationXml

      @Nullable @Nullable String getLegacyConfigurationXml()