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