public interface VcsRepositoryViewerManager
Modifier and Type | Method and Description |
---|---|
@Nullable Web2VcsRepositoryViewerConverter |
findConverterFor(@NotNull String pluginKey)
Looks for converted of an old style repository plugin data to a new style plugin data.
|
Stream<VcsRepositoryViewerModuleDescriptor> |
getAvailableRepositoryViewers() |
@NotNull Stream<VcsRepositoryViewerModuleDescriptor> |
getAvailableViewersForRepositoryType(String pluginKey) |
@Nullable VcsRepositoryViewerModuleDescriptor |
getVcsRepositoryViewerModuleDescriptor(@NotNull String pluginKey)
Return module descriptor for given plugin key or null if it doesn't exists or plugin is disabled.
|
@Nullable VcsRepositoryViewer |
getViewerForRepository(VcsRepositoryData vcsRepositoryData)
Get viewer configured for a repository.
|
Stream<VcsRepositoryViewerModuleDescriptor> getAvailableRepositoryViewers()
@NotNull @NotNull Stream<VcsRepositoryViewerModuleDescriptor> getAvailableViewersForRepositoryType(String pluginKey)
@Nullable @Nullable VcsRepositoryViewerModuleDescriptor getVcsRepositoryViewerModuleDescriptor(@NotNull @NotNull String pluginKey)
pluginKey
- @Nullable @Nullable VcsRepositoryViewer getViewerForRepository(VcsRepositoryData vcsRepositoryData)
vcsRepositoryData
- @Nullable @Nullable Web2VcsRepositoryViewerConverter findConverterFor(@NotNull @NotNull String pluginKey)
pluginKey
- key of an old pluginCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.