Uses of Package
com.atlassian.bamboo.repository

Packages that use com.atlassian.bamboo.repository
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.creation   
com.atlassian.bamboo.build.expiry   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.configuration.agent   
com.atlassian.bamboo.configuration.repository   
com.atlassian.bamboo.deletion   
com.atlassian.bamboo.index   
com.atlassian.bamboo.migration   
com.atlassian.bamboo.migration.stream   
com.atlassian.bamboo.notification   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.plan.branch.cache   
com.atlassian.bamboo.plan.cache   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.repository.cvsimpl   
com.atlassian.bamboo.repository.migration   
com.atlassian.bamboo.repository.nullrepository   
com.atlassian.bamboo.repository.perforce   
com.atlassian.bamboo.repository.svn   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.resultsummary.vcs   
com.atlassian.bamboo.task.repository   
com.atlassian.bamboo.upgrade.tasks   
com.atlassian.bamboo.upgrader.oldModel   
com.atlassian.bamboo.utils   
com.atlassian.bamboo.v2.build   
com.atlassian.bamboo.v2.build.repository   
com.atlassian.bamboo.v2.build.task   
com.atlassian.bamboo.v2.trigger   
com.atlassian.bamboo.webrepository   
com.atlassian.bamboo.webrepository.fisheye   
com.atlassian.bamboo.ww2.actions   
com.atlassian.bamboo.ww2.actions.admin   
com.atlassian.bamboo.ww2.actions.admin.bulk   
com.atlassian.bamboo.ww2.actions.admin.bulk.repository   
com.atlassian.bamboo.ww2.actions.branch   
com.atlassian.bamboo.ww2.actions.build.admin   
com.atlassian.bamboo.ww2.actions.build.admin.config   
com.atlassian.bamboo.ww2.actions.build.admin.config.repository   
com.atlassian.bamboo.ww2.actions.build.admin.create   
com.atlassian.bamboo.ww2.actions.chains   
com.atlassian.bamboo.ww2.actions.chains.admin   
com.atlassian.bamboo.ww2.aware   
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.build
Repository
          Basic contract for interfacing with various version control repository systems.
RepositoryData
          Runtime representation of repository configuration.
RepositoryDefinition
           
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.build.creation
PlanRepositoryLink
          Represents relationship between Plan and Source Repositories.
Repository
          Basic contract for interfacing with various version control repository systems.
RepositoryDataEntity
          Represents repository as persisted in the db.
RepositoryDefinitionManager
          Interface to handle access to repository data.
RepositoryManager
          Interface to handle interactions with Repository objects
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.build.expiry
RepositoryDefinitionManager
          Interface to handle access to repository data.
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.chains
RepositoryException
          This class types repository errors.
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.configuration.agent
NameValuePair
          This class containd a name value pair, such as Repository specific change detection mechanism.
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.configuration.repository
DecoratedRepositoryDefinition
          Decoration of repository used when displaying on the UI.
RepositoryConfigurationService
           
RepositoryData
          Runtime representation of repository configuration.
RepositoryDefinitionManager
          Interface to handle access to repository data.
RepositoryManager
          Interface to handle interactions with Repository objects
StandaloneRepository
          Represents Repository that does not require Plan for configuration and thus is 'visible' to Global Repository feature.
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.deletion
RepositoryDefinitionManager
          Interface to handle access to repository data.
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.index
NameValuePair
          This class containd a name value pair, such as Repository specific change detection mechanism.
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.migration
RepositoryDefinitionManager
          Interface to handle access to repository data.
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.migration.stream
PlanRepositoryLink
          Represents relationship between Plan and Source Repositories.
PlanRepositoryLinkDao
           
RepositoryDataEntity
          Represents repository as persisted in the db.
RepositoryDataEntityImpl
           
RepositoryDefinitionDao
          Dao for RepositoryDataEntity
RepositoryDefinitionManager
          Interface to handle access to repository data.
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.notification
RepositoryData
          Runtime representation of repository configuration.
RepositoryDataEntity
          Represents repository as persisted in the db.
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.plan
PlanRepositoryLink
          Represents relationship between Plan and Source Repositories.
Repository
          Basic contract for interfacing with various version control repository systems.
RepositoryDefinition
           
RepositoryDefinitionManager
          Interface to handle access to repository data.
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.plan.branch
BranchMergingAwareRepository
           
Repository
          Basic contract for interfacing with various version control repository systems.
RepositoryCachingFacade
          A wrapper around calls to Repository methods that provides caching of method results.
RepositoryDefinition
           
RepositoryException
          This class types repository errors.
RepositoryManager
          Interface to handle interactions with Repository objects
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.plan.branch.cache
RepositoryDefinitionManager
          Interface to handle access to repository data.
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.plan.cache
RepositoryDefinition
           
RepositoryDefinitionManager
          Interface to handle access to repository data.
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.plugins.hg
AbstractRepository
          This class provides common repository implementation code,
AbstractStandaloneRepository
          This class provides common repository implementation code for Repositories that can be used by Global Repository feature.
AdvancedConfigurationAwareRepository
           
BranchAwareRepository
          Repository that supports setting and getting the current branch.
BranchDetectionCapableRepository
          Repository that supports retrieving information about open branches.
BranchMergingAwareRepository
           
CacheDescription
          Cache description bean used to display info about the single cache entry
CacheHandler
           
CacheId
          Identifier used for caching method results on Repository classes and its descendants
CachingAwareRepository
          Should be implemented by repositories supporting caching of its method calls.
CachingAwareRepository.CachableOperation
           
CustomVariableProviderRepository
          Allows the Repository implementation to provide variables specific to the repository.
FilterChangesetAwareRepository
          Adds changeset filtering capability for repository
IncludeExcludeAwareRepository
           
MavenPomAccessor
           
MavenPomAccessorAbstract
           
MavenPomAccessorCapableRepository
          Defines a repository which can setup itself using Maven SCM url as defined in http://maven.apache.org/scm/scms-overview.html
NameValuePair
          This class containd a name value pair, such as Repository specific change detection mechanism.
PushCapableRepository
          Repository that supports pushing changes back to the remote repository.
QuietPeriodAwareRepository
          Repositories that implement this method will continue to collect changes for every QuietPeriodAwareRepository.getQuietPeriod() up to QuietPeriodAwareRepository.getMaxRetries() times.
Repository
          Basic contract for interfacing with various version control repository systems.
RepositoryData
          Runtime representation of repository configuration.
RepositoryDefinition
           
RepositoryDefinitionManager
          Interface to handle access to repository data.
RepositoryException
          This class types repository errors.
StandaloneRepository
          Represents Repository that does not require Plan for configuration and thus is 'visible' to Global Repository feature.
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.repository
AbstractRepository
          This class provides common repository implementation code,
AdvancedConfigurationAwareRepository
           
AuthenticationType
          Representation of different repository authentication modes.
BranchAwareRepository
          Repository that supports setting and getting the current branch.
BranchDetectionCapableRepository
          Repository that supports retrieving information about open branches.
BranchMergingAwareRepository
           
CacheDescription
          Cache description bean used to display info about the single cache entry
CacheId
          Identifier used for caching method results on Repository classes and its descendants
CachingAwareRepository.CachableOperation
           
FilterChangesetAwareRepository
          Adds changeset filtering capability for repository
IncludeExcludeAwareRepository
           
MavenPomAccessor
           
MavenPomAccessorCapableRepository
          Defines a repository which can setup itself using Maven SCM url as defined in http://maven.apache.org/scm/scms-overview.html
NameValuePair
          This class containd a name value pair, such as Repository specific change detection mechanism.
PlanRepositoryLink
          Represents relationship between Plan and Source Repositories.
PlanRepositoryLinkDao
           
QuietPeriodAwareRepository
          Repositories that implement this method will continue to collect changes for every QuietPeriodAwareRepository.getQuietPeriod() up to QuietPeriodAwareRepository.getMaxRetries() times.
Repository
          Basic contract for interfacing with various version control repository systems.
RepositoryConfigurationService
           
RepositoryData
          Runtime representation of repository configuration.
RepositoryDataEntity
          Represents repository as persisted in the db.
RepositoryDataEntityImpl
           
RepositoryDataImpl
           
RepositoryDefinition
           
RepositoryDefinitionDao
          Dao for RepositoryDataEntity
RepositoryDefinitionEntity
          Deprecated. since 4.0 use RepositoryDataEntity
RepositoryDefinitionException
           
RepositoryDefinitionImpl
           
RepositoryDefinitionManager
          Interface to handle access to repository data.
RepositoryException
          This class types repository errors.
RepositoryManager
          Interface to handle interactions with Repository objects
StandaloneRepository
          Represents Repository that does not require Plan for configuration and thus is 'visible' to Global Repository feature.
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.repository.cvsimpl
AbstractRepository
          This class provides common repository implementation code,
AbstractStandaloneRepository
          This class provides common repository implementation code for Repositories that can be used by Global Repository feature.
AdvancedConfigurationAwareRepository
           
FilterChangesetAwareRepository
          Adds changeset filtering capability for repository
IncludeExcludeAwareRepository
           
MavenPomAccessor
           
MavenPomAccessorAbstract
           
MavenPomAccessorCapableRepository
          Defines a repository which can setup itself using Maven SCM url as defined in http://maven.apache.org/scm/scms-overview.html
NameValuePair
          This class containd a name value pair, such as Repository specific change detection mechanism.
QuietPeriodAwareRepository
          Repositories that implement this method will continue to collect changes for every QuietPeriodAwareRepository.getQuietPeriod() up to QuietPeriodAwareRepository.getMaxRetries() times.
Repository
          Basic contract for interfacing with various version control repository systems.
RepositoryException
          This class types repository errors.
SelectableAuthenticationRepository
           
StandaloneRepository
          Represents Repository that does not require Plan for configuration and thus is 'visible' to Global Repository feature.
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.repository.migration
PlanRepositoryLink
          Represents relationship between Plan and Source Repositories.
PlanRepositoryLinkImpl
           
RepositoryDefinitionManager
          Interface to handle access to repository data.
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.repository.nullrepository
AbstractRepository
          This class provides common repository implementation code,
AdvancedConfigurationAwareRepository
           
FilterChangesetAwareRepository
          Adds changeset filtering capability for repository
IncludeExcludeAwareRepository
           
QuietPeriodAwareRepository
          Repositories that implement this method will continue to collect changes for every QuietPeriodAwareRepository.getQuietPeriod() up to QuietPeriodAwareRepository.getMaxRetries() times.
Repository
          Basic contract for interfacing with various version control repository systems.
RepositoryException
          This class types repository errors.
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.repository.perforce
AbstractRepository
          This class provides common repository implementation code,
AbstractStandaloneRepository
          This class provides common repository implementation code for Repositories that can be used by Global Repository feature.
AdvancedConfigurationAwareRepository
           
FilterChangesetAwareRepository
          Adds changeset filtering capability for repository
IncludeExcludeAwareRepository
           
MavenPomAccessor
           
MavenPomAccessorAbstract
           
MavenPomAccessorCapableRepository
          Defines a repository which can setup itself using Maven SCM url as defined in http://maven.apache.org/scm/scms-overview.html
QuietPeriodAwareRepository
          Repositories that implement this method will continue to collect changes for every QuietPeriodAwareRepository.getQuietPeriod() up to QuietPeriodAwareRepository.getMaxRetries() times.
Repository
          Basic contract for interfacing with various version control repository systems.
RepositoryException
          This class types repository errors.
StandaloneRepository
          Represents Repository that does not require Plan for configuration and thus is 'visible' to Global Repository feature.
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.repository.svn
AbstractRepository
          This class provides common repository implementation code,
AbstractStandaloneRepository
          This class provides common repository implementation code for Repositories that can be used by Global Repository feature.
AdvancedConfigurationAwareRepository
           
BranchingAwareRepository
          Repository that supports branching operation.
CommitIsolationAwareRepository
          Whether the repository supports commits being broken up into individual builds
CustomRevisionDataAwareRepository
          Repository that uses additional information for change detection.
CustomVariableProviderRepository
          Allows the Repository implementation to provide variables specific to the repository.
FilterChangesetAwareRepository
          Adds changeset filtering capability for repository
IncludeExcludeAwareRepository
           
InitialBuildAwareRepository
          Allows the Repository to perform custom actions
MandatoryCleanCheckoutAwareRepository
          Implement this interface if repository can be configured in a way that requires clean checkout at each build.
MavenPomAccessor
           
MavenPomAccessorAbstract
           
MavenPomAccessorCapableRepository
          Defines a repository which can setup itself using Maven SCM url as defined in http://maven.apache.org/scm/scms-overview.html
NameValuePair
          This class containd a name value pair, such as Repository specific change detection mechanism.
QuietPeriodAwareRepository
          Repositories that implement this method will continue to collect changes for every QuietPeriodAwareRepository.getQuietPeriod() up to QuietPeriodAwareRepository.getMaxRetries() times.
Repository
          Basic contract for interfacing with various version control repository systems.
RepositoryException
          This class types repository errors.
SelectableAuthenticationRepository
           
StandaloneRepository
          Represents Repository that does not require Plan for configuration and thus is 'visible' to Global Repository feature.
TaggingAwareRepository
          Repository that supports tags.
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.resultsummary
RepositoryDefinitionManager
          Interface to handle access to repository data.
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.resultsummary.vcs
RepositoryDataEntity
          Represents repository as persisted in the db.
RepositoryDefinitionEntity
          Deprecated. since 4.0 use RepositoryDataEntity
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.task.repository
RepositoryDefinition
           
RepositoryDefinitionException
           
RepositoryManager
          Interface to handle interactions with Repository objects
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.upgrade.tasks
PlanRepositoryLinkDao
           
RepositoryDefinitionDao
          Dao for RepositoryDataEntity
RepositoryDefinitionManager
          Interface to handle access to repository data.
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.upgrader.oldModel
Repository
          Basic contract for interfacing with various version control repository systems.
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.utils
RepositoryDefinition
           
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.v2.build
Repository
          Basic contract for interfacing with various version control repository systems.
RepositoryDefinition
           
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.v2.build.repository
Repository
          Basic contract for interfacing with various version control repository systems.
RepositoryException
          This class types repository errors.
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.v2.build.task
RepositoryDefinitionException
           
RepositoryException
          This class types repository errors.
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.v2.trigger
RepositoryDefinition
           
RepositoryException
          This class types repository errors.
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.webrepository
RepositoryData
          Runtime representation of repository configuration.
RepositoryDefinition
           
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.webrepository.fisheye
RepositoryData
          Runtime representation of repository configuration.
RepositoryDefinition
           
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.ww2.actions
RepositoryConfigurationService
           
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.ww2.actions.admin
CacheHandler
           
MavenPomAccessorCapableRepository
          Defines a repository which can setup itself using Maven SCM url as defined in http://maven.apache.org/scm/scms-overview.html
Repository
          Basic contract for interfacing with various version control repository systems.
RepositoryManager
          Interface to handle interactions with Repository objects
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.ww2.actions.admin.bulk
RepositoryDefinition
           
RepositoryDefinitionManager
          Interface to handle access to repository data.
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.ww2.actions.admin.bulk.repository
RepositoryDefinition
           
RepositoryManager
          Interface to handle interactions with Repository objects
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.ww2.actions.branch
RepositoryConfigurationService
           
RepositoryDefinition
           
RepositoryDefinitionManager
          Interface to handle access to repository data.
RepositoryManager
          Interface to handle interactions with Repository objects
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.ww2.actions.build.admin
Repository
          Basic contract for interfacing with various version control repository systems.
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.ww2.actions.build.admin.config
NameValuePair
          This class containd a name value pair, such as Repository specific change detection mechanism.
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.ww2.actions.build.admin.config.repository
DecoratedRepositoryDefinition
          Decoration of repository used when displaying on the UI.
RepositoryConfigurationService
           
RepositoryData
          Runtime representation of repository configuration.
RepositoryDefinition
           
RepositoryDefinitionManager
          Interface to handle access to repository data.
RepositoryManager
          Interface to handle interactions with Repository objects
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.ww2.actions.build.admin.create
NameValuePair
          This class containd a name value pair, such as Repository specific change detection mechanism.
Repository
          Basic contract for interfacing with various version control repository systems.
RepositoryData
          Runtime representation of repository configuration.
RepositoryDefinitionManager
          Interface to handle access to repository data.
RepositoryManager
          Interface to handle interactions with Repository objects
StandaloneRepository
          Represents Repository that does not require Plan for configuration and thus is 'visible' to Global Repository feature.
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.ww2.actions.chains
RepositoryConfigurationService
           
RepositoryDefinition
           
RepositoryDefinitionManager
          Interface to handle access to repository data.
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.ww2.actions.chains.admin
RepositoryDefinition
           
RepositoryDefinitionManager
          Interface to handle access to repository data.
 

Classes in com.atlassian.bamboo.repository used by com.atlassian.bamboo.ww2.aware
RepositoryData
          Runtime representation of repository configuration.
 



Copyright © 2012 Atlassian. All Rights Reserved.