com.atlassian.bamboo.utils
Interface DescriptionProvider

All Superinterfaces:
NameProvider
All Known Subinterfaces:
BranchAwareRepository, BranchDetectionCapableRepository, BranchingAwareRepository, BranchMergingAwareRepository, Buildable, CachingAwareRepository, Chain, ChainBranch, ChainBranchIdentifier, ChainStage, ChainStageResult, CommitIsolationAwareRepository, CustomRevisionDataAwareRepository, CustomVariableProviderRepository, Describable, ImmutableChain, ImmutableChainBranch, ImmutableChainStage, ImmutableJob, ImmutablePlan, ImmutableTopLevelPlan, IncludeExcludeAwareRepository, InitialBuildAwareRepository, Job, MavenPomAccessorCapableRepository, Plan, PlanIdentifier, PostConfigurableRepository, Project, ProjectIdentifier, PushCapableRepository, QuietPeriodAwareRepository, Repository, RepositoryData, RepositoryDataEntity, RepositoryDefinition, RepositoryDefinitionEntity, RepositoryEventAware, RequirementsAwareRepository, SelectableAuthenticationRepository, StandaloneRepository, TaggingAwareRepository, TopLevelPlan
All Known Implementing Classes:
AbstractChain, AbstractImmutableChain, AbstractImmutablePlan, AbstractPlan, AbstractRepository, AbstractStandaloneRepository, BitbucketRepository, BuildObjectForTests, ChainBranchIdentifierImpl, ChainBranchImpl, ChainStageImpl, ChainStageResultImpl, CVSRepository, DecoratedPlan, DecoratedRepositoryDefinition, DefaultChain, DefaultJob, DefaultProject, HgRepository, ImmutableChainBranchImpl, ImmutableChainImpl, ImmutableChainStageImpl, ImmutableJobImpl, NullRepository, PerforceRepository, PlanIdentifierImpl, PlanPermissionSkeleton, ProjectIdentifierImpl, RepositoryDataEntityImpl, RepositoryDataImpl, RepositoryDefinitionEntityImpl, RepositoryDefinitionForTest, RepositoryDefinitionImpl, SvnRepository, TestBuildObjectForTests

public interface DescriptionProvider
extends NameProvider

General interface for entities providing name and description without ability to change them


Method Summary
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 

Method Detail

getName

@NotNull
java.lang.String getName()
Specified by:
getName in interface NameProvider

getDescription

@Nullable
java.lang.String getDescription()


Copyright © 2012 Atlassian. All Rights Reserved.