Interface VcsRepositoryViewerDefinition
- All Superinterfaces:
PluginKeyProvider,Serializable,VcsConfigurationFragment
- All Known Implementing Classes:
VcsRepositoryViewerDefinitionImpl
public interface VcsRepositoryViewerDefinition
extends VcsConfigurationFragment, Serializable, PluginKeyProvider
Viewer part of repository configuration
- Since:
- 5.14
-
Method Summary
Modifier and TypeMethodDescription@Nullable StringDeprecated.since 12.0 without replacement, legacy viewers are not supported since 11.0booleanDeprecated.since 12.0 without replacement, legacy viewers are not supported since 11.0Methods inherited from interface com.atlassian.bamboo.plugin.PluginKeyProvider
getPluginKeyMethods inherited from interface com.atlassian.bamboo.vcs.configuration.VcsConfigurationFragment
getConfiguration
-
Method Details
-
isLegacyViewer
Deprecated.since 12.0 without replacement, legacy viewers are not supported since 11.0 -
getLegacyConfigurationXml
Deprecated.since 12.0 without replacement, legacy viewers are not supported since 11.0
-