Uses of Interface
com.atlassian.bamboo.utils.DescriptionProvider

Packages that use DescriptionProvider
com.atlassian.bamboo   
com.atlassian.bamboo.build   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.chains.cache   
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.plugins.hg.bitbucket   
com.atlassian.bamboo.project   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.repository.cvsimpl   
com.atlassian.bamboo.repository.nullrepository   
com.atlassian.bamboo.repository.perforce   
com.atlassian.bamboo.repository.svn   
com.atlassian.bamboo.utils   
com.atlassian.bamboo.v2.build.repository   
com.atlassian.bamboo.ww2.beans   
 

Uses of DescriptionProvider in com.atlassian.bamboo
 

Subinterfaces of DescriptionProvider in com.atlassian.bamboo
 interface Describable
           
 

Uses of DescriptionProvider in com.atlassian.bamboo.build
 

Subinterfaces of DescriptionProvider in com.atlassian.bamboo.build
 interface Buildable
           
 interface Job
           
 

Classes in com.atlassian.bamboo.build that implement DescriptionProvider
 class DefaultJob
           
 

Uses of DescriptionProvider in com.atlassian.bamboo.chains
 

Subinterfaces of DescriptionProvider in com.atlassian.bamboo.chains
 interface Chain
          Mutable version of ImmutableChain.
 interface ChainStage
           
 interface ChainStageResult
          Represents the result of a ChainStage execution
 

Classes in com.atlassian.bamboo.chains that implement DescriptionProvider
 class ChainStageImpl
           
 class ChainStageResultImpl
           
 class DefaultChain
           
 

Uses of DescriptionProvider in com.atlassian.bamboo.chains.cache
 

Subinterfaces of DescriptionProvider in com.atlassian.bamboo.chains.cache
 interface ImmutableChainStage
          An immutable version of ChainStage.
 

Classes in com.atlassian.bamboo.chains.cache that implement DescriptionProvider
 class ImmutableChainStageImpl
           
 

Uses of DescriptionProvider in com.atlassian.bamboo.plan
 

Subinterfaces of DescriptionProvider in com.atlassian.bamboo.plan
 interface Plan
          Mutable version of the plan.
 interface PlanIdentifier
          Represents the minimal information about a Plan
 interface TopLevelPlan
          Marker interface that specifies that the implementing Plan is a 'top level' object
 

Classes in com.atlassian.bamboo.plan that implement DescriptionProvider
 class AbstractChain
           
 class AbstractPlan
           
 class PlanIdentifierImpl
           
 class PlanPermissionSkeleton
          Deprecated. since 4.2 use @{link PlanHelper.getPlanIdentifierForPermissionChecking}
 

Uses of DescriptionProvider in com.atlassian.bamboo.plan.branch
 

Subinterfaces of DescriptionProvider in com.atlassian.bamboo.plan.branch
 interface ChainBranch
          Represents a branch of a plan.
 interface ChainBranchIdentifier
           
 

Classes in com.atlassian.bamboo.plan.branch that implement DescriptionProvider
 class ChainBranchIdentifierImpl
           
 class ChainBranchImpl
           
 

Uses of DescriptionProvider in com.atlassian.bamboo.plan.branch.cache
 

Classes in com.atlassian.bamboo.plan.branch.cache that implement DescriptionProvider
 class ImmutableChainBranchImpl
           
 

Uses of DescriptionProvider in com.atlassian.bamboo.plan.cache
 

Subinterfaces of DescriptionProvider in com.atlassian.bamboo.plan.cache
 interface ImmutableBuildable
           
 interface ImmutableChain
          Represents a Chain that is immutable.
 interface ImmutableChainBranch
          Interface of an immutable version of ChainBranch
 interface ImmutableJob
          Immutable, threadsafe cacheable version of Job
 interface ImmutablePlan
          Represents a Chain that is immutable.
 interface ImmutableTopLevelPlan
          Represents a TopLevelPlan that is immutable.
 

Classes in com.atlassian.bamboo.plan.cache that implement DescriptionProvider
 class AbstractImmutableChain
           
 class AbstractImmutablePlan
           
 class ImmutableChainImpl
          A ImmutableChain implementation that also implements Chain and throws UnsupportedOperationException for mutators.
 class ImmutableJobImpl
           
 

Uses of DescriptionProvider in com.atlassian.bamboo.plugins.hg
 

Classes in com.atlassian.bamboo.plugins.hg that implement DescriptionProvider
 class BitbucketRepository
           
 class HgRepository
           
 

Uses of DescriptionProvider in com.atlassian.bamboo.plugins.hg.bitbucket
 

Subinterfaces of DescriptionProvider in com.atlassian.bamboo.plugins.hg.bitbucket
 interface BitbucketDelegatedRepository
           
 

Uses of DescriptionProvider in com.atlassian.bamboo.project
 

Subinterfaces of DescriptionProvider in com.atlassian.bamboo.project
 interface Project
          Represents a Bamboo project object.
 interface ProjectIdentifier
          Represents the minimal information about a project
 

Classes in com.atlassian.bamboo.project that implement DescriptionProvider
 class DefaultProject
           
 class ProjectIdentifierImpl
           
 

Uses of DescriptionProvider in com.atlassian.bamboo.repository
 

Subinterfaces of DescriptionProvider in com.atlassian.bamboo.repository
 interface BranchAwareRepository
          Repository that supports setting and getting the current branch.
 interface BranchDetectionCapableRepository
          Repository that supports retrieving information about open branches.
 interface BranchingAwareRepository
          Repository that supports branching operation.
 interface BranchMergingAwareRepository
           
 interface CachingAwareRepository
          Should be implemented by repositories supporting caching of its method calls.
 interface CommitIsolationAwareRepository
          Whether the repository supports commits being broken up into individual builds
 interface CustomRevisionDataAwareRepository
          Repository that uses additional information for change detection.
 interface CustomVariableProviderRepository
          Allows the Repository implementation to provide variables specific to the repository.
 interface IncludeExcludeAwareRepository
           
 interface InitialBuildAwareRepository
          Allows the Repository to perform custom actions
 interface MavenPomAccessorCapableRepository
          Defines a repository which can setup itself using Maven SCM url as defined in http://maven.apache.org/scm/scms-overview.html
 interface PreparableRepository
          This interface is introduced for the cases, when special preparation should be done (additional to ConvertibleFromConfig.populateFromConfig() The onPrepare method is called every time the repository is accessed by RepositoryReference} on the server side of Bamboo
 interface PushCapableRepository
          Repository that supports pushing changes back to the remote repository.
 interface QuietPeriodAwareRepository
          Repositories that implement this method will continue to collect changes for every QuietPeriodAwareRepository.getQuietPeriod() up to QuietPeriodAwareRepository.getMaxRetries() times.
 interface Repository
          Basic contract for interfacing with various version control repository systems.
 interface RepositoryData
          Runtime representation of repository configuration.
 interface RepositoryDataEntity
          Represents repository as persisted in the db.
 interface RepositoryDefinition
           
 interface RepositoryDefinitionEntity
          Deprecated. since 4.0 use RepositoryDataEntity
 interface SelectableAuthenticationRepository
           
 interface StandaloneRepository
          Represents Repository that does not require Plan for configuration and thus is 'visible' to Global Repository feature.
 interface TaggingAwareRepository
          Repository that supports tags.
 

Classes in com.atlassian.bamboo.repository that implement DescriptionProvider
 class AbstractRepository
          This class provides common repository implementation code,
 class AbstractStandaloneRepository
          This class provides common repository implementation code for Repositories that can be used by Global Repository feature.
 class DecoratedRepositoryDefinition
          Decoration of repository used when displaying on the UI.
 class RepositoryDataEntityImpl
           
 class RepositoryDataImpl
           
 class RepositoryDefinitionEntityImpl
          Deprecated. since 4.0 use RepositoryDataEntityImpl
 class RepositoryDefinitionForTest
           
 class RepositoryDefinitionImpl
           
 

Uses of DescriptionProvider in com.atlassian.bamboo.repository.cvsimpl
 

Classes in com.atlassian.bamboo.repository.cvsimpl that implement DescriptionProvider
 class CVSRepository
          This class provides a CVS implemention of the Repository interface.
 

Uses of DescriptionProvider in com.atlassian.bamboo.repository.nullrepository
 

Classes in com.atlassian.bamboo.repository.nullrepository that implement DescriptionProvider
 class NullRepository
           
 

Uses of DescriptionProvider in com.atlassian.bamboo.repository.perforce
 

Classes in com.atlassian.bamboo.repository.perforce that implement DescriptionProvider
 class PerforceRepository
          This class provides a Perforce implementation of the Repository interface.
 

Uses of DescriptionProvider in com.atlassian.bamboo.repository.svn
 

Classes in com.atlassian.bamboo.repository.svn that implement DescriptionProvider
 class SvnRepository
          This class provides a Subversion repository for Bamboo.
 

Uses of DescriptionProvider in com.atlassian.bamboo.utils
 

Methods in com.atlassian.bamboo.utils that return types with arguments of type DescriptionProvider
static com.google.common.collect.Ordering<DescriptionProvider> Comparators.getDescriptionProviderOrdering()
           
 

Uses of DescriptionProvider in com.atlassian.bamboo.v2.build.repository
 

Subinterfaces of DescriptionProvider in com.atlassian.bamboo.v2.build.repository
 interface PostConfigurableRepository
          Deprecated. since 3.4 not compatible with Global Repository feature.
 interface RepositoryEventAware
          An interface that allows the repository to do something before and after the checkout / update occurs
 interface RequirementsAwareRepository
           
 

Uses of DescriptionProvider in com.atlassian.bamboo.ww2.beans
 

Classes in com.atlassian.bamboo.ww2.beans that implement DescriptionProvider
 class DecoratedPlan
           
 



Copyright © 2012 Atlassian. All Rights Reserved.