Uses of Interface
com.atlassian.bamboo.Describable

Packages that use Describable
com.atlassian.bamboo.build   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.chains.cache   
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   
 

Uses of Describable in com.atlassian.bamboo.build
 

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

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

Uses of Describable in com.atlassian.bamboo.chains
 

Subinterfaces of Describable in com.atlassian.bamboo.chains
 interface Chain
          Mutable version of ImmutableChain.
 interface ChainStage
           
 interface ChainStageResult
          Represents the result of a ChainStage execution
 

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

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

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

Uses of Describable in com.atlassian.bamboo.plan
 

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

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

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

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

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

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

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

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

Uses of Describable in com.atlassian.bamboo.project
 

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

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

Uses of Describable in com.atlassian.bamboo.repository
 

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



Copyright © 2012 Atlassian. All Rights Reserved.