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 Details

    • setName

      void setName(@NotNull @NotNull String name)
    • setDescription

      void setDescription(@Nullable @Nullable String description)