Uses of Interface
com.atlassian.bamboo.deletion.Deletable

Packages that use Deletable
com.atlassian.bamboo.build   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.deletion   
com.atlassian.bamboo.migration.utils   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.project   
com.atlassian.bamboo.utils   
 

Uses of Deletable in com.atlassian.bamboo.build
 

Subinterfaces of Deletable in com.atlassian.bamboo.build
 interface Build
          Deprecated. since 2.7 as there are no more buildable top level plans
 interface Buildable
           
 interface Job
           
 

Classes in com.atlassian.bamboo.build that implement Deletable
 class AbstractBuildable
           
 class BuildObjectForTests
          Information about a build under Continuous Integration.
 class DefaultBuild
           
 class DefaultJob
           
 class TestBuildObjectForTests
           
 

Uses of Deletable in com.atlassian.bamboo.chains
 

Subinterfaces of Deletable in com.atlassian.bamboo.chains
 interface Chain
           
 interface ChainStage
           
 

Classes in com.atlassian.bamboo.chains that implement Deletable
 class ChainStageImpl
           
 class DefaultChain
           
 

Uses of Deletable in com.atlassian.bamboo.deletion
 

Fields in com.atlassian.bamboo.deletion with type parameters of type Deletable
static com.google.common.base.Predicate<Deletable> NotDeletedPredicate.INSTANCE
           
 

Methods in com.atlassian.bamboo.deletion with parameters of type Deletable
 boolean NotDeletedPredicate.apply(Deletable input)
           
 

Uses of Deletable in com.atlassian.bamboo.migration.utils
 

Methods in com.atlassian.bamboo.migration.utils with parameters of type Deletable
static void DeletableInterfaceMapper.exportProperties(SMOutputElementAppender appender, Deletable deletable)
           
static void DeletableInterfaceMapper.importProperties(Deletable deletable, org.codehaus.staxmate.in.SMInputCursor cursor)
           
 

Uses of Deletable in com.atlassian.bamboo.plan
 

Subinterfaces of Deletable in com.atlassian.bamboo.plan
 interface Plan
           
 interface TopLevelPlan
          Marker interface that specifies that the implementing Plan is a 'top level' object
 

Classes in com.atlassian.bamboo.plan that implement Deletable
 class AbstractPlan
           
 class PlanPermissionSkeleton
           
 

Uses of Deletable in com.atlassian.bamboo.project
 

Subinterfaces of Deletable in com.atlassian.bamboo.project
 interface Project
          Represents a Bamboo project object.
 

Classes in com.atlassian.bamboo.project that implement Deletable
 class DefaultProject
           
 

Uses of Deletable in com.atlassian.bamboo.utils
 

Methods in com.atlassian.bamboo.utils that return types with arguments of type Deletable
static com.google.common.base.Predicate<Deletable> BambooPredicates.getNotDeletedPredicate()
           
 



Copyright © 2011 Atlassian. All Rights Reserved.