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

Packages that use NameProvider
com.atlassian.bamboo   
com.atlassian.bamboo.author   
com.atlassian.bamboo.build   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.project   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.repository.cvsimpl   
com.atlassian.bamboo.repository.perforce   
com.atlassian.bamboo.repository.svn   
com.atlassian.bamboo.resultsummary.tests   
com.atlassian.bamboo.utils   
com.atlassian.bamboo.v2.build.agent   
com.atlassian.bamboo.v2.build.repository   
com.atlassian.bamboo.ww2.actions.agent   
 

Uses of NameProvider in com.atlassian.bamboo
 

Subinterfaces of NameProvider in com.atlassian.bamboo
 interface Describable
           
 

Uses of NameProvider in com.atlassian.bamboo.author
 

Subinterfaces of NameProvider in com.atlassian.bamboo.author
 interface Author
           
 interface ExtendedAuthor
           
 

Classes in com.atlassian.bamboo.author that implement NameProvider
 class AuthorImpl
           
 class ChangeAuthor
           
 

Uses of NameProvider in com.atlassian.bamboo.build
 

Subinterfaces of NameProvider in com.atlassian.bamboo.build
 interface Build
          Deprecated. since 2.7 as there are no more buildable top level plans
 interface Buildable
           
 interface Job
           
 

Classes in com.atlassian.bamboo.build that implement NameProvider
 class AbstractBuildable
           
 class BuildObjectForTests
          Information about a build under Continuous Integration.
 class DefaultBuild
           
 class DefaultJob
           
 class TestBuildObjectForTests
           
 

Uses of NameProvider in com.atlassian.bamboo.chains
 

Subinterfaces of NameProvider in com.atlassian.bamboo.chains
 interface Chain
           
 interface ChainStage
           
 interface ChainStageResult
          Represents the result of a ChainStage execution
 

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

Uses of NameProvider in com.atlassian.bamboo.plan
 

Subinterfaces of NameProvider in com.atlassian.bamboo.plan
 interface Plan
           
 interface TopLevelPlan
          Marker interface that specifies that the implementing Plan is a 'top level' object
 

Classes in com.atlassian.bamboo.plan that implement NameProvider
 class AbstractPlan
           
 

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

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

Uses of NameProvider in com.atlassian.bamboo.project
 

Subinterfaces of NameProvider in com.atlassian.bamboo.project
 interface Project
          Represents a Bamboo project object.
 

Classes in com.atlassian.bamboo.project that implement NameProvider
 class DefaultProject
           
 

Uses of NameProvider in com.atlassian.bamboo.repository
 

Subinterfaces of NameProvider in com.atlassian.bamboo.repository
 interface CleanCheckoutAwareRepository
           
 interface CleanWorkingDirectoryAwareRepository
          Allows the user to configure the Build so that the working directory is cleared builds that are BuildState.SUCCESS
 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 MutableQuietPeriodAwareRepository
          An extension of the QuietPeriodAwareRepository that allows you to set the values as well as read them
 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 SelectableAuthenticationRepository
           
 

Classes in com.atlassian.bamboo.repository that implement NameProvider
 class AbstractRepository
          This class provides common repository implementation code,
 

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

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

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

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

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

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

Uses of NameProvider in com.atlassian.bamboo.resultsummary.tests
 

Subinterfaces of NameProvider in com.atlassian.bamboo.resultsummary.tests
 interface TestCaseResult
          Represents a run of a TestCase.
 interface TestClassResult
          Represents a run of a test class.
 interface TestClassResultDescriptor
           
 

Classes in com.atlassian.bamboo.resultsummary.tests that implement NameProvider
 class TestCaseResultImpl
           
 class TestClassResultImpl
           
 

Uses of NameProvider in com.atlassian.bamboo.utils
 

Subinterfaces of NameProvider in com.atlassian.bamboo.utils
 interface DescriptionProvider
          General interface for entities providing name and description without ability to change them
 

Methods in com.atlassian.bamboo.utils that return types with arguments of type NameProvider
static java.util.Comparator<NameProvider> Comparators.getNameProviderCaseInsensitiveComparator()
           
static java.util.Comparator<NameProvider> Comparators.getNameProviderComparator()
           
 

Uses of NameProvider in com.atlassian.bamboo.v2.build.agent
 

Subinterfaces of NameProvider in com.atlassian.bamboo.v2.build.agent
 interface BuildAgent
          Represents a UI view of a given build agent
 interface LocalBuildAgent
           
 

Classes in com.atlassian.bamboo.v2.build.agent that implement NameProvider
 class BuildAgentImpl
           
 class LocalBuildAgentImpl
           
 

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

Subinterfaces of NameProvider in com.atlassian.bamboo.v2.build.repository
 interface PostConfigurableRepository
           
 interface RepositoryEventAware
          An interface that allows the repository to do something before and after the checkout / update occurs
 

Uses of NameProvider in com.atlassian.bamboo.ww2.actions.agent
 

Classes in com.atlassian.bamboo.ww2.actions.agent that implement NameProvider
 class BuildAgentDecorator
           
 



Copyright © 2010 Atlassian. All Rights Reserved.