Uses of Interface
com.atlassian.bamboo.repository.StandaloneRepository
-
-
Uses of StandaloneRepository in com.atlassian.bamboo.plugins.bitbucket
Classes in com.atlassian.bamboo.plugins.bitbucket that implement StandaloneRepository Modifier and Type Class Description class
BitbucketRepository
-
Uses of StandaloneRepository in com.atlassian.bamboo.plugins.git
Classes in com.atlassian.bamboo.plugins.git that implement StandaloneRepository Modifier and Type Class Description class
GitHubRepository
class
GitRepository
-
Uses of StandaloneRepository in com.atlassian.bamboo.plugins.stash
Classes in com.atlassian.bamboo.plugins.stash that implement StandaloneRepository Modifier and Type Class Description class
StashRepositoryImpl
-
Uses of StandaloneRepository in com.atlassian.bamboo.plugins.stash.api
Subinterfaces of StandaloneRepository in com.atlassian.bamboo.plugins.stash.api Modifier and Type Interface Description interface
StashRepository
-
Uses of StandaloneRepository in com.atlassian.bamboo.repository
Subinterfaces of StandaloneRepository in com.atlassian.bamboo.repository Modifier and Type Interface Description interface
RequiresRepositoryData
Repository that needs to know things aboutRepositoryData
object that defines it.Classes in com.atlassian.bamboo.repository that implement StandaloneRepository Modifier and Type Class Description class
AbstractStandaloneRepository
This class provides common repository implementation code for Repositories that can be used by Global Repository feature. -
Uses of StandaloneRepository in com.atlassian.bamboo.repository.nullrepository
Classes in com.atlassian.bamboo.repository.nullrepository that implement StandaloneRepository Modifier and Type Class Description class
NullRepository
-
Uses of StandaloneRepository in com.atlassian.bamboo.repository.perforce
Classes in com.atlassian.bamboo.repository.perforce that implement StandaloneRepository Modifier and Type Class Description class
PerforceRepository
This class provides a Perforce implementation of theRepository
interface. -
Uses of StandaloneRepository in com.atlassian.bamboo.repository.svn
Classes in com.atlassian.bamboo.repository.svn that implement StandaloneRepository Modifier and Type Class Description class
SvnRepository
This class provides a Subversion repository for Bamboo.
-