Uses of Interface
com.atlassian.bamboo.repository.OnceOffCapableRepository
-
-
Uses of OnceOffCapableRepository in com.atlassian.bamboo.plugins.bitbucket
Classes in com.atlassian.bamboo.plugins.bitbucket that implement OnceOffCapableRepository Modifier and Type Class Description class
BitbucketRepository
-
Uses of OnceOffCapableRepository in com.atlassian.bamboo.plugins.git
Classes in com.atlassian.bamboo.plugins.git that implement OnceOffCapableRepository Modifier and Type Class Description class
GitHubRepository
class
GitRepository
-
Uses of OnceOffCapableRepository in com.atlassian.bamboo.plugins.stash
Classes in com.atlassian.bamboo.plugins.stash that implement OnceOffCapableRepository Modifier and Type Class Description class
StashRepositoryImpl
-
Uses of OnceOffCapableRepository in com.atlassian.bamboo.repository
Classes in com.atlassian.bamboo.repository that implement OnceOffCapableRepository Modifier and Type Class Description class
AbstractRepository
Deprecated.since 5.14 use new repository plugin API insteadclass
AbstractStandaloneRepository
This class provides common repository implementation code for Repositories that can be used by Global Repository feature. -
Uses of OnceOffCapableRepository in com.atlassian.bamboo.repository.nullrepository
Classes in com.atlassian.bamboo.repository.nullrepository that implement OnceOffCapableRepository Modifier and Type Class Description class
NullRepository
-
Uses of OnceOffCapableRepository in com.atlassian.bamboo.repository.perforce
Classes in com.atlassian.bamboo.repository.perforce that implement OnceOffCapableRepository Modifier and Type Class Description class
PerforceRepository
This class provides a Perforce implementation of theRepository
interface. -
Uses of OnceOffCapableRepository in com.atlassian.bamboo.repository.svn
Classes in com.atlassian.bamboo.repository.svn that implement OnceOffCapableRepository Modifier and Type Class Description class
SvnRepository
This class provides a Subversion repository for Bamboo.
-