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, BuildResultsSummaryDocument, BuildResultsSummaryImpl, ChainBranchImpl, ChainResultsSummaryDocument, ChainResultsSummaryImpl, ChainStageImpl, DefaultChain, DefaultJob, DefaultProject, PlanPermissionSkeleton, RepositoryDataEntityImpl

public interface Deletable
extends BambooObject, ImmutableDeletable

Applied only to BambooObjects that can be deleted by a user.


Method Summary
 void setMarkedForDeletion(boolean markedForDeletion)
           
 
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
 
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
 
Methods inherited from interface com.atlassian.bamboo.plan.cache.ImmutableDeletable
isMarkedForDeletion
 

Method Detail

setMarkedForDeletion

void setMarkedForDeletion(boolean markedForDeletion)


Copyright © 2012 Atlassian. All Rights Reserved.