Interface VcsLocationDefinition
- All Superinterfaces:
Serializable,VcsConfigurationFragment
- All Known Implementing Classes:
VcsLocationDefinitionImpl
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
Modifier and TypeMethodDescriptiondefault @Nullable StringDeprecated, for removal: This API element is subject to removal in a future version.since 12.0 without replacement, "legacy" repositories are not supported since 11.0default booleanDeprecated, for removal: This API element is subject to removal in a future version.since 12.0 without replacement, "legacy" repositories are not supported since 11.0Methods inherited from interface com.atlassian.bamboo.vcs.configuration.VcsConfigurationFragment
getConfiguration
-
Method Details
-
isLegacyRepository
Deprecated, for removal: This API element is subject to removal in a future version.since 12.0 without replacement, "legacy" repositories are not supported since 11.0 -
getLegacyConfigurationXml
@Deprecated(since="12.0", forRemoval=true) @Nullable default @Nullable String getLegacyConfigurationXml()Deprecated, for removal: This API element is subject to removal in a future version.since 12.0 without replacement, "legacy" repositories are not supported since 11.0
-