Package com.atlassian.bamboo.deletion
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 toBambooObjects that can be deleted by a user.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetMarkedForDeletion(boolean markedForDeletion)-
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
-
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Methods inherited from interface com.atlassian.bamboo.plan.cache.ImmutableDeletable
isMarkedForDeletion
-
-