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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable String
getLegacyConfigurationXml()
boolean
isLegacyRepository()
-
Methods inherited from interface com.atlassian.bamboo.vcs.configuration.VcsConfigurationFragment
getConfiguration
-
-
-
-
Method Detail
-
isLegacyRepository
boolean isLegacyRepository()
-
getLegacyConfigurationXml
@Nullable @Nullable String getLegacyConfigurationXml()
-
-