Uses of Interface
com.atlassian.bamboo.repository.MavenPomAccessorCapableRepository
-
-
Uses of MavenPomAccessorCapableRepository in com.atlassian.bamboo.plugins.git
Classes in com.atlassian.bamboo.plugins.git that implement MavenPomAccessorCapableRepository Modifier and Type Class Description class
GitRepository
-
Uses of MavenPomAccessorCapableRepository in com.atlassian.bamboo.repository
Methods in com.atlassian.bamboo.repository that return MavenPomAccessorCapableRepository Modifier and Type Method Description @Nullable MavenPomAccessorCapableRepository
DefaultRepositoryManager. getNewRepositoryInstanceFromMavenScmProviderKey(@NotNull String scmProviderKey)
@Nullable MavenPomAccessorCapableRepository
RepositoryManager. getNewRepositoryInstanceFromMavenScmProviderKey(@NotNull String scmProviderKey)
Deprecated.Takes in a Maven SCM provider key and creates a newRepository
for that key. -
Uses of MavenPomAccessorCapableRepository in com.atlassian.bamboo.repository.perforce
Classes in com.atlassian.bamboo.repository.perforce that implement MavenPomAccessorCapableRepository Modifier and Type Class Description class
PerforceRepository
This class provides a Perforce implementation of theRepository
interface. -
Uses of MavenPomAccessorCapableRepository in com.atlassian.bamboo.repository.svn
Classes in com.atlassian.bamboo.repository.svn that implement MavenPomAccessorCapableRepository Modifier and Type Class Description class
SvnRepository
This class provides a Subversion repository for Bamboo.
-