Uses of Interface
com.atlassian.bamboo.webrepository.WebRepositoryViewer

Packages that use WebRepositoryViewer
com.atlassian.bamboo.build.creation   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.webrepository   
com.atlassian.bamboo.webrepository.fisheye   
com.atlassian.bamboo.webrepository.stash   
com.atlassian.bamboo.ww2.actions.admin.bulk.repository   
com.atlassian.bamboo.ww2.actions.build.admin.create   
 

Uses of WebRepositoryViewer in com.atlassian.bamboo.build.creation
 

Methods in com.atlassian.bamboo.build.creation with parameters of type WebRepositoryViewer
static org.apache.commons.configuration.XMLConfiguration RepositoryConfigHelper.prepareXmlConfiguration(Repository repository, WebRepositoryViewer webRepositoryViewer)
           
static java.lang.String RepositoryConfigHelper.prepareXmlConfigurationString(Repository repository, WebRepositoryViewer webRepositoryViewer)
           
 

Uses of WebRepositoryViewer in com.atlassian.bamboo.plugins.hg
 

Classes in com.atlassian.bamboo.plugins.hg that implement WebRepositoryViewer
 class HgWebRepositoryViewer
           
 

Uses of WebRepositoryViewer in com.atlassian.bamboo.repository
 

Methods in com.atlassian.bamboo.repository that return WebRepositoryViewer
 WebRepositoryViewer RepositoryDefinitionForTest.getWebRepositoryViewer()
           
 WebRepositoryViewer RepositoryData.getWebRepositoryViewer()
           
 WebRepositoryViewer RepositoryDataImpl.getWebRepositoryViewer()
           
 

Constructors in com.atlassian.bamboo.repository with parameters of type WebRepositoryViewer
RepositoryDefinitionForTest(Repository repository, WebRepositoryViewer webRepositoryViewer)
           
 

Uses of WebRepositoryViewer in com.atlassian.bamboo.webrepository
 

Subinterfaces of WebRepositoryViewer in com.atlassian.bamboo.webrepository
 interface CommitUrlProvider
          If implementing this interface Bamboo's notifications can make use of it to provide web repository links within html emails
 

Classes in com.atlassian.bamboo.webrepository that implement WebRepositoryViewer
 class AbstractWebRepositoryViewer
           
 class DefaultWebRepositoryViewer
          The code to show the commits etc when no web repository
 class NoWebRepositoryViewer
           
 

Methods in com.atlassian.bamboo.webrepository that return WebRepositoryViewer
 WebRepositoryViewer WebRepositoryViewerManager.getNewWebRepositoryViewerInstance(java.lang.String key)
          Gets a new instance of a WebRepositoryViewer plugin associated with the given key
 WebRepositoryViewer WebRepositoryViewerManagerImpl.getNewWebRepositoryViewerInstance(java.lang.String key)
           
 

Methods in com.atlassian.bamboo.webrepository that return types with arguments of type WebRepositoryViewer
 java.util.List<WebRepositoryViewer> WebRepositoryViewerManager.getWebRepositoryViewers()
          Return a list of all installed WebRepositoryViewer plugins.
 java.util.List<WebRepositoryViewer> WebRepositoryViewerManagerImpl.getWebRepositoryViewers()
           
 

Uses of WebRepositoryViewer in com.atlassian.bamboo.webrepository.fisheye
 

Classes in com.atlassian.bamboo.webrepository.fisheye that implement WebRepositoryViewer
 class FisheyeWebRepositoryViewer
          URL FORMATS: file https://atlaseye.atlassian.com/browse/bamboo/branches/atlassian_bamboo_2_4_branch/atlassian-ide-plugin.shared.xml#r68584 url/browse/reponame/file~ revision https://atlaseye.atlassian.com/browse/bamboo/trunk/atlassian-ide-plugin.shared.xml?r=68584 url/browse/reponame/file?r=XXX diff https://atlaseye.atlassian.com/browse/bamboo/trunk/atlassian-ide-plugin.shared.xml?r2=68584&r1=68581 url/browse/reponame/file?r2=XX&r1=YYY -- is this working for perforce yet? - no.
 

Uses of WebRepositoryViewer in com.atlassian.bamboo.webrepository.stash
 

Classes in com.atlassian.bamboo.webrepository.stash that implement WebRepositoryViewer
 class StashWebRepositoryViewer
          URL FORMATS: file https://caviardog.atlassian.com/caviar/projects/STASH/repos/stash/browse/webapp/default/src/main/webapp/static/page/repository/editRepository.soy?at=8127e6af149297ae95219c3b0a202a84d9a20b33 revision https://caviardog.atlassian.com/caviar/projects/STASH/repos/stash/browse?at=8127e6af149297ae95219c3b0a202a84d9a20b33 diff https://caviardog.atlassian.com/caviar/projects/STASH/repos/stash/diff/webapp/default/src/main/webapp/static/page/repository/editRepository.soy?at=8127e6af149297ae95219c3b0a202a84d9a20b33&until=8127e6af149297ae95219c3b0a202a84d9a20b33 changeset https://caviardog.atlassian.com/caviar/projects/STASH/repos/stash/commits/8127e6af149297ae95219c3b0a202a84d9a20b33
 

Uses of WebRepositoryViewer in com.atlassian.bamboo.ww2.actions.admin.bulk.repository
 

Methods in com.atlassian.bamboo.ww2.actions.admin.bulk.repository that return types with arguments of type WebRepositoryViewer
 java.util.List<WebRepositoryViewer> UpdateWebUrlBulkAction.getWebRepositoryViewers()
           
 

Uses of WebRepositoryViewer in com.atlassian.bamboo.ww2.actions.build.admin.create
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.create that return types with arguments of type WebRepositoryViewer
 java.util.List<WebRepositoryViewer> UIConfigSupport.getWebRepositoryViewers()
           
 java.util.List<WebRepositoryViewer> UIConfigBeanImpl.getWebRepositoryViewers()
           
 



Copyright © 2012 Atlassian. All Rights Reserved.