Interface Deletable

All Superinterfaces:
BambooIdProvider, BambooObject, ImmutableDeletable
All Known Subinterfaces:
Buildable, BuildResultsSummary, Chain, ChainBranch, ChainResultsSummary, ChainStage, Job, MutableBuildKeyResultsSummary, Plan, Project, RepositoryDataEntity, ResultsSummary, TopLevelPlan
All Known Implementing Classes:
AbstractChain, AbstractPlan, AbstractResultsSummary, BuildResultsSummaryImpl, ChainBranchImpl, ChainResultsSummaryImpl, ChainStageImpl, DefaultChain, DefaultJob, DefaultProject, RepositoryDataEntityImpl

public interface Deletable extends BambooObject, ImmutableDeletable
Applied only to BambooObjects that can be deleted by a user.
  • Method Details

    • setMarkedForDeletion

      void setMarkedForDeletion(boolean markedForDeletion)