com.atlassian.bamboo.deletion
Interface Deletable

All Superinterfaces:
BambooObject
All Known Subinterfaces:
Build, Buildable, Chain, ChainStage, Job, Plan, Project, RepositoryDefinitionEntity, TopLevelPlan
All Known Implementing Classes:
AbstractBuildable, AbstractPlan, BuildObjectForTests, ChainStageImpl, DefaultBuild, DefaultChain, DefaultJob, DefaultProject, PlanPermissionSkeleton, RepositoryDefinitionEntityImpl, TestBuildObjectForTests

public interface Deletable
extends BambooObject

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


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

Method Detail

isMarkedForDeletion

boolean isMarkedForDeletion()
Returns:
Whether or not the Object has been marked for deletion

setMarkedForDeletion

void setMarkedForDeletion(boolean markedForDeletion)


Copyright © 2011 Atlassian. All Rights Reserved.