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 java.lang.String WEB_REPO_GENERIC_KEY
- See Also:
- Constant Field Values
WEB_REPO_NONE_KEY
static final java.lang.String WEB_REPO_NONE_KEY
- See Also:
- Constant Field Values
getWebRepositoryViewers
java.util.List<WebRepositoryViewer> getWebRepositoryViewers()
- Return a list of all installed WebRepositoryViewer plugins.
- Returns:
- a list of all installed WebRepositoryViewer plugins
getNewWebRepositoryViewerInstance
@Nullable
WebRepositoryViewer getNewWebRepositoryViewerInstance(java.lang.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 © 2010 Atlassian. All Rights Reserved.