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

Packages that use Deletable
com.atlassian.bamboo.build   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.chains.cache   
com.atlassian.bamboo.index   
com.atlassian.bamboo.migration.utils   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.plan.branch.cache   
com.atlassian.bamboo.plan.cache   
com.atlassian.bamboo.project   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.resultsummary   
 

Uses of Deletable in com.atlassian.bamboo.build
 

Subinterfaces of Deletable in com.atlassian.bamboo.build
 interface Buildable
           
 interface Job
           
 

Classes in com.atlassian.bamboo.build that implement Deletable
 class BuildObjectForTests
          Deprecated. 
 class DefaultJob
           
 class TestBuildObjectForTests
           
 

Uses of Deletable in com.atlassian.bamboo.chains
 

Subinterfaces of Deletable in com.atlassian.bamboo.chains
 interface Chain
          Mutable version of ImmutableChain.
 interface ChainResultsSummary
          Represents an execution result of a Chain
 interface ChainStage
           
 

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

Uses of Deletable in com.atlassian.bamboo.chains.cache
 

Classes in com.atlassian.bamboo.chains.cache that implement Deletable
 class ImmutableChainStageImpl
           
 

Uses of Deletable in com.atlassian.bamboo.index
 

Classes in com.atlassian.bamboo.index that implement Deletable
 class BuildResultsSummaryDocument
          A lucene implementation of an AbstractResultsSummary which mirrors the BuildResultsSummary object closely.
 class ChainResultsSummaryDocument
           
 

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
          Mutable version of the 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 AbstractChain
           
 class AbstractPlan
           
 class PlanPermissionSkeleton
           
 

Uses of Deletable in com.atlassian.bamboo.plan.branch
 

Subinterfaces of Deletable in com.atlassian.bamboo.plan.branch
 interface ChainBranch
          Represents a branch of a plan.
 

Classes in com.atlassian.bamboo.plan.branch that implement Deletable
 class ChainBranchImpl
           
 

Uses of Deletable in com.atlassian.bamboo.plan.branch.cache
 

Classes in com.atlassian.bamboo.plan.branch.cache that implement Deletable
 class ImmutableChainBranchImpl
           
 

Uses of Deletable in com.atlassian.bamboo.plan.cache
 

Classes in com.atlassian.bamboo.plan.cache that implement Deletable
 class AbstractImmutableChain
           
 class AbstractImmutablePlan
           
 class ImmutableChainImpl
          A ImmutableChain implementation that also implements Chain and throws UnsupportedOperationException for mutators.
 class ImmutableJobImpl
           
 class ImmutableResultsSummary
           
 

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.repository
 

Subinterfaces of Deletable in com.atlassian.bamboo.repository
 interface RepositoryDataEntity
          Represents repository as persisted in the db.
 interface RepositoryDefinitionEntity
          Deprecated. since 4.0 use RepositoryDataEntity
 

Classes in com.atlassian.bamboo.repository that implement Deletable
 class RepositoryDataEntityImpl
           
 class RepositoryDefinitionEntityImpl
          Deprecated. since 4.0 use RepositoryDataEntityImpl
 

Uses of Deletable in com.atlassian.bamboo.resultsummary
 

Subinterfaces of Deletable in com.atlassian.bamboo.resultsummary
 interface BuildResultsSummary
          An interface which provides a database persisted version of the BuildResults
 interface ExtendedBuildResultsSummary
          Deprecated. since 2.7 use BuildResultsSummary
 interface MutableBuildKeyResultsSummary
           
 interface ResultsSummary
          Used to store the result of all Plan executions
 

Classes in com.atlassian.bamboo.resultsummary that implement Deletable
 class AbstractResultsSummary
           
 class BaseResultSummary
          Base class for mutable and immutable result summaries.
 class BuildResultsSummaryForTesting
           
 class BuildResultsSummaryImpl
           
 



Copyright © 2012 Atlassian. All Rights Reserved.