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

Packages that use Deletable
com.atlassian.bamboo.build   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.index.buildresult   
com.atlassian.bamboo.migration.utils   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.branch   
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 DefaultJob
           
 

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.index.buildresult
 

Classes in com.atlassian.bamboo.index.buildresult 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
          Deprecated. since 4.2 use @{link PlanHelper.getPlanIdentifierForPermissionChecking}
 

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

Classes in com.atlassian.bamboo.repository that implement Deletable
 class 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 MutableBuildKeyResultsSummary
           
 interface ResultsSummary
          Used to store the result of all Plan executions
 

Classes in com.atlassian.bamboo.resultsummary that implement Deletable
 class AbstractResultsSummary
           
 class BuildResultsSummaryImpl
           
 



Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.