com.atlassian.bamboo.webrepository
Interface WebRepositoryViewerManager
- All Known Implementing Classes:
- WebRepositoryViewerManagerImpl
public interface WebRepositoryViewerManager
Provides access to the web repository plugins..
WEB_REPO_GENERIC_KEY
static final String WEB_REPO_GENERIC_KEY
- See Also:
- Constant Field Values
WEB_REPO_NONE_KEY
static final String WEB_REPO_NONE_KEY
- See Also:
- Constant Field Values
getWebRepositoryViewers
@NotNull
List<WebRepositoryViewer> getWebRepositoryViewers()
- Return a list of all installed WebRepositoryViewer plugins.
- Returns:
- a list of all installed WebRepositoryViewer plugins
getNewWebRepositoryViewerInstance
@Nullable
WebRepositoryViewer getNewWebRepositoryViewerInstance(@Nullable
String key)
- Gets a new instance of a WebRepositoryViewer plugin associated with the given key
- Parameters:
key:
- full key of the WebRepositoryViewer plugin
- Returns:
- the new instance of the WebRepositoryViewer.
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.