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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable Map<String,String>
getBambooSpecsDetectionConfiguration()
@Nullable Map<String,String>
getBranchConfiguration()
@Nullable Map<String,String>
getBranchDetectionConfiguration()
@Nullable Map<String,String>
getChangeDetectionConfiguration()
@Nullable String
getLegacyViewerXml()
@Nullable String
getLegacyXml()
@Nullable Map<String,String>
getServerConfiguration()
@Nullable VcsBranch
getVcsBranch()
@Nullable Map<String,String>
getViewerConfiguration()
@Nullable String
getViewerPluginKey()
-
-
-
Method Detail
-
getVcsBranch
@Nullable @Nullable VcsBranch getVcsBranch()
-
getChangeDetectionConfiguration
@Nullable @Nullable Map<String,String> getChangeDetectionConfiguration()
-
getBranchDetectionConfiguration
@Nullable @Nullable Map<String,String> getBranchDetectionConfiguration()
-
getBambooSpecsDetectionConfiguration
@Nullable @Nullable Map<String,String> getBambooSpecsDetectionConfiguration()
-
getViewerPluginKey
@Nullable @Nullable String getViewerPluginKey()
-
getLegacyViewerXml
@Nullable @Nullable String getLegacyViewerXml()
-
getLegacyXml
@Nullable @Nullable String getLegacyXml()
-
-