Package com.atlassian.bamboo
Interface Describable
-
- All Superinterfaces:
DescriptionProvider
,NameProvider
- All Known Subinterfaces:
Buildable
,Chain
,ChainBranch
,ChainStage
,ChainStageResult
,Job
,Plan
,Project
,RepositoryDataEntity
,TopLevelPlan
- All Known Implementing Classes:
AbstractChain
,AbstractPlan
,ChainBranchImpl
,ChainStageImpl
,ChainStageResultImpl
,DefaultChain
,DefaultJob
,DefaultProject
,RepositoryDataEntityImpl
public interface Describable extends DescriptionProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setDescription(@Nullable String description)
void
setName(@NotNull String name)
-
Methods inherited from interface com.atlassian.bamboo.utils.DescriptionProvider
getDescription, getName
-
-