Uses of Interface
com.atlassian.bamboo.vcs.viewer.module.VcsRepositoryViewerExporter
-
-
Uses of VcsRepositoryViewerExporter in com.atlassian.bamboo.configuration.external.exporters
Methods in com.atlassian.bamboo.configuration.external.exporters that return VcsRepositoryViewerExporter Modifier and Type Method Description @NotNull VcsRepositoryViewerExporter
RepositoryExporter. getExporterForViewer(@NotNull com.atlassian.bamboo.specs.api.model.repository.viewer.VcsRepositoryViewerProperties properties)
@NotNull VcsRepositoryViewerExporter
RepositoryExporterImpl. getExporterForViewer(@NotNull com.atlassian.bamboo.specs.api.model.repository.viewer.VcsRepositoryViewerProperties properties)
-
Uses of VcsRepositoryViewerExporter in com.atlassian.bamboo.vcs.export
Classes in com.atlassian.bamboo.vcs.export that implement VcsRepositoryViewerExporter Modifier and Type Class Description class
DefaultVcsRepositoryViewerExporter
Default exporter for VCS repository viewers.class
NoConfigVcsRepositoryViewerExporter
Exporter for VCS repository viewers which do not have any additional configuration. -
Uses of VcsRepositoryViewerExporter in com.atlassian.bamboo.vcs.viewer.fisheye
Classes in com.atlassian.bamboo.vcs.viewer.fisheye that implement VcsRepositoryViewerExporter Modifier and Type Class Description class
FishEyeRepositoryViewerExporter
-
Uses of VcsRepositoryViewerExporter in com.atlassian.bamboo.vcs.viewer.generic
Classes in com.atlassian.bamboo.vcs.viewer.generic that implement VcsRepositoryViewerExporter Modifier and Type Class Description class
GenericRepositoryViewerExporter
-
Uses of VcsRepositoryViewerExporter in com.atlassian.bamboo.vcs.viewer.legacy
Methods in com.atlassian.bamboo.vcs.viewer.legacy that return VcsRepositoryViewerExporter Modifier and Type Method Description VcsRepositoryViewerExporter
LegacyVcsRepositoryViewerModuleDescriptor. getExporter()
-
Uses of VcsRepositoryViewerExporter in com.atlassian.bamboo.vcs.viewer.module
Methods in com.atlassian.bamboo.vcs.viewer.module that return VcsRepositoryViewerExporter Modifier and Type Method Description @Nullable VcsRepositoryViewerExporter
VcsRepositoryViewerModuleDescriptor. getExporter()
@NotNull VcsRepositoryViewerExporter
VcsRepositoryViewerModuleDescriptorImpl. getExporter()
-