Uses of Interface
com.atlassian.bamboo.repository.IncludeExcludeAwareRepository
-
-
Uses of IncludeExcludeAwareRepository in com.atlassian.bamboo.plugins.bitbucket
Classes in com.atlassian.bamboo.plugins.bitbucket that implement IncludeExcludeAwareRepository Modifier and Type Class Description class
BitbucketRepository
-
Uses of IncludeExcludeAwareRepository in com.atlassian.bamboo.plugins.git
Classes in com.atlassian.bamboo.plugins.git that implement IncludeExcludeAwareRepository Modifier and Type Class Description class
GitHubRepository
class
GitRepository
-
Uses of IncludeExcludeAwareRepository in com.atlassian.bamboo.plugins.stash
Classes in com.atlassian.bamboo.plugins.stash that implement IncludeExcludeAwareRepository Modifier and Type Class Description class
StashRepositoryImpl
-
Uses of IncludeExcludeAwareRepository in com.atlassian.bamboo.repository
Classes in com.atlassian.bamboo.repository that implement IncludeExcludeAwareRepository 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 IncludeExcludeAwareRepository in com.atlassian.bamboo.repository.nullrepository
Classes in com.atlassian.bamboo.repository.nullrepository that implement IncludeExcludeAwareRepository Modifier and Type Class Description class
NullRepository
-
Uses of IncludeExcludeAwareRepository in com.atlassian.bamboo.repository.perforce
Classes in com.atlassian.bamboo.repository.perforce that implement IncludeExcludeAwareRepository Modifier and Type Class Description class
PerforceRepository
This class provides a Perforce implementation of theRepository
interface. -
Uses of IncludeExcludeAwareRepository in com.atlassian.bamboo.repository.svn
Classes in com.atlassian.bamboo.repository.svn that implement IncludeExcludeAwareRepository Modifier and Type Class Description class
SvnRepository
This class provides a Subversion repository for Bamboo.
-