Uses of Interface
com.atlassian.bamboo.plan.cache.ImmutableDeletable

Packages that use ImmutableDeletable
com.atlassian.bamboo.build   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.chains.cache   
com.atlassian.bamboo.deletion   
com.atlassian.bamboo.index   
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   
com.atlassian.bamboo.utils   
 

Uses of ImmutableDeletable in com.atlassian.bamboo.build
 

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

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

Uses of ImmutableDeletable in com.atlassian.bamboo.chains
 

Subinterfaces of ImmutableDeletable 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 ImmutableDeletable
 class ChainResultsSummaryImpl
           
 class ChainStageImpl
           
 class DefaultChain
           
 

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

Subinterfaces of ImmutableDeletable in com.atlassian.bamboo.chains.cache
 interface ImmutableChainStage
          An immutable version of ChainStage.
 

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

Uses of ImmutableDeletable in com.atlassian.bamboo.deletion
 

Subinterfaces of ImmutableDeletable in com.atlassian.bamboo.deletion
 interface Deletable
          Applied only to BambooObjects that can be deleted by a user.
 

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

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

Uses of ImmutableDeletable in com.atlassian.bamboo.index
 

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

Uses of ImmutableDeletable in com.atlassian.bamboo.plan
 

Subinterfaces of ImmutableDeletable 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 ImmutableDeletable
 class AbstractChain
           
 class AbstractPlan
           
 class PlanPermissionSkeleton
           
 

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

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

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

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

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

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

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

Uses of ImmutableDeletable in com.atlassian.bamboo.project
 

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

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

Uses of ImmutableDeletable in com.atlassian.bamboo.repository
 

Subinterfaces of ImmutableDeletable 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 ImmutableDeletable
 class RepositoryDataEntityImpl
           
 class RepositoryDefinitionEntityImpl
          Deprecated. since 4.0 use RepositoryDataEntityImpl
 

Uses of ImmutableDeletable in com.atlassian.bamboo.resultsummary
 

Subinterfaces of ImmutableDeletable 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 ImmutableDeletable
 class AbstractResultsSummary
           
 class BaseResultSummary
          Base class for mutable and immutable result summaries.
 class BuildResultsSummaryForTesting
           
 class BuildResultsSummaryImpl
           
 

Uses of ImmutableDeletable in com.atlassian.bamboo.utils
 

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



Copyright © 2012 Atlassian. All Rights Reserved.