VcsRepositoryViewerManager
@Deprecated public interface WebRepositoryViewerManager
Modifier and Type | Field and Description |
---|---|
static String |
WEB_REPO_GENERIC_KEY
Deprecated.
|
static String |
WEB_REPO_NONE_KEY
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
WebRepositoryViewer |
getNewWebRepositoryViewerInstance(String key)
Deprecated.
Gets a new instance of a WebRepositoryViewer plugin associated with the given key
|
List<WebRepositoryViewerModuleDescriptor> |
getWebRepositoryViewerModuleDescriptors()
Deprecated.
Return list of enabled web repository viewer plugins.
|
List<WebRepositoryViewer> |
getWebRepositoryViewers()
Deprecated.
Return a list of all installed WebRepositoryViewer plugins.
|
static final String WEB_REPO_GENERIC_KEY
static final String WEB_REPO_NONE_KEY
@NotNull List<WebRepositoryViewerModuleDescriptor> getWebRepositoryViewerModuleDescriptors()
@NotNull List<WebRepositoryViewer> getWebRepositoryViewers()
@Nullable WebRepositoryViewer getNewWebRepositoryViewerInstance(@Nullable String key)
key:
- full key of the WebRepositoryViewer pluginCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.