Uses of Class
com.atlassian.bamboo.repository.AbstractRepository
-
-
Uses of AbstractRepository in com.atlassian.bamboo.plugins.bitbucket
Subclasses of AbstractRepository in com.atlassian.bamboo.plugins.bitbucket Modifier and Type Class Description class
BitbucketRepository
-
Uses of AbstractRepository in com.atlassian.bamboo.plugins.git
Subclasses of AbstractRepository in com.atlassian.bamboo.plugins.git Modifier and Type Class Description class
GitHubRepository
class
GitRepository
-
Uses of AbstractRepository in com.atlassian.bamboo.plugins.stash
Subclasses of AbstractRepository in com.atlassian.bamboo.plugins.stash Modifier and Type Class Description class
StashRepositoryImpl
-
Uses of AbstractRepository in com.atlassian.bamboo.repository
Classes in com.atlassian.bamboo.repository with type parameters of type AbstractRepository Modifier and Type Class Description class
MavenPomAccessorAbstract<T extends AbstractRepository>
Subclasses of AbstractRepository in com.atlassian.bamboo.repository Modifier and Type Class Description class
AbstractStandaloneRepository
This class provides common repository implementation code for Repositories that can be used by Global Repository feature.Fields in com.atlassian.bamboo.repository declared as AbstractRepository Modifier and Type Field Description protected T
MavenPomAccessorAbstract. repository
-
Uses of AbstractRepository in com.atlassian.bamboo.repository.nullrepository
Subclasses of AbstractRepository in com.atlassian.bamboo.repository.nullrepository Modifier and Type Class Description class
NullRepository
-
Uses of AbstractRepository in com.atlassian.bamboo.repository.perforce
Subclasses of AbstractRepository in com.atlassian.bamboo.repository.perforce Modifier and Type Class Description class
PerforceRepository
This class provides a Perforce implementation of theRepository
interface. -
Uses of AbstractRepository in com.atlassian.bamboo.repository.svn
Subclasses of AbstractRepository in com.atlassian.bamboo.repository.svn Modifier and Type Class Description class
SvnRepository
This class provides a Subversion repository for Bamboo.
-