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, PlanPermissionSkeleton, RepositoryDataEntityImpl

public interface Describable
extends DescriptionProvider


Method Summary
 void setDescription(String description)
           
 void setName(String name)
           
 
Methods inherited from interface com.atlassian.bamboo.utils.DescriptionProvider
getDescription, getName
 

Method Detail

setName

void setName(@NotNull
             String name)

setDescription

void setDescription(@Nullable
                    String description)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.