Uses of Interface
com.atlassian.bamboo.webrepository.WebRepositoryViewer
-
-
Uses of WebRepositoryViewer in com.atlassian.bamboo.build.creation
Methods in com.atlassian.bamboo.build.creation with parameters of type WebRepositoryViewer Modifier and Type Method Description static org.apache.commons.configuration.XMLConfiguration
RepositoryConfigHelper. prepareXmlConfiguration(@NotNull Repository repository, @Nullable WebRepositoryViewer webRepositoryViewer)
Deprecated.static String
RepositoryConfigHelper. prepareXmlConfigurationString(@NotNull Repository repository, @Nullable WebRepositoryViewer webRepositoryViewer)
Deprecated. -
Uses of WebRepositoryViewer in com.atlassian.bamboo.plugins.stash
Classes in com.atlassian.bamboo.plugins.stash that implement WebRepositoryViewer Modifier and Type Class Description 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/changeset https://caviardog.atlassian.com/caviar/projects/STASH/repos/stash/commits/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 -
Uses of WebRepositoryViewer in com.atlassian.bamboo.repository
Methods in com.atlassian.bamboo.repository that return WebRepositoryViewer Modifier and Type Method Description @NotNull WebRepositoryViewer
LegacyRepositoryDataImpl. getWebRepositoryViewer()
Deprecated.@NotNull WebRepositoryViewer
RepositoryData. getWebRepositoryViewer()
Deprecated.@NotNull WebRepositoryViewer
RepositoryDataImpl. getWebRepositoryViewer()
WebRepositoryViewer
RepositoryDefinitionForTest. getWebRepositoryViewer()
Constructors in com.atlassian.bamboo.repository with parameters of type WebRepositoryViewer Constructor Description RepositoryDefinitionForTest(Repository repository, WebRepositoryViewer webRepositoryViewer)
-
Uses of WebRepositoryViewer in com.atlassian.bamboo.webrepository
Subinterfaces of WebRepositoryViewer in com.atlassian.bamboo.webrepository Modifier and Type Interface Description interface
CommitUrlProvider
If implementing this interface Bamboo's notifications can make use of it to provide web repository links within html emailsinterface
DeploymentsAwareCommitUrlProvider
CommitUrlProvider
that 'knows' how to deal with deploymentsClasses in com.atlassian.bamboo.webrepository that implement WebRepositoryViewer Modifier and Type Class Description class
AbstractWebRepositoryViewer
class
DefaultWebRepositoryViewer
Deprecated.since 5.14 it implements old interfaceclass
NoWebRepositoryViewer
Methods in com.atlassian.bamboo.webrepository that return WebRepositoryViewer Modifier and Type Method Description @Nullable WebRepositoryViewer
WebRepositoryViewerManager. getNewWebRepositoryViewerInstance(@Nullable String key)
Deprecated.Gets a new instance of a WebRepositoryViewer plugin associated with the given key@Nullable WebRepositoryViewer
WebRepositoryViewerManagerImpl. getNewWebRepositoryViewerInstance(@Nullable String key)
Methods in com.atlassian.bamboo.webrepository that return types with arguments of type WebRepositoryViewer Modifier and Type Method Description @NotNull List<WebRepositoryViewer>
WebRepositoryViewerManager. getWebRepositoryViewers()
Deprecated.Return a list of all installed WebRepositoryViewer plugins.@NotNull List<WebRepositoryViewer>
WebRepositoryViewerManagerImpl. getWebRepositoryViewers()
-
Uses of WebRepositoryViewer in com.atlassian.bamboo.webrepository.fisheye
Classes in com.atlassian.bamboo.webrepository.fisheye that implement WebRepositoryViewer Modifier and Type Class Description 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 Modifier and Type Class Description class
LegacyStashWebRepositoryViewer
Deprecated.use LegacyStashWebRepositoryViewer from new Stash plugin -
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 Modifier and Type Method Description 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 Modifier and Type Method Description @NotNull List<WebRepositoryViewer>
UIConfigSupport. getWebRepositoryViewers()
@NotNull List<WebRepositoryViewer>
UIConfigSupportImpl. getWebRepositoryViewers()
-