Uses of Interface
com.atlassian.bamboo.plan.cache.ImmutableDeletable
-
-
Uses of ImmutableDeletable in com.atlassian.bamboo.build
Subinterfaces of ImmutableDeletable in com.atlassian.bamboo.build Modifier and Type Interface Description interface
Buildable
interface
Job
Classes in com.atlassian.bamboo.build that implement ImmutableDeletable Modifier and Type Class Description class
DefaultJob
-
Uses of ImmutableDeletable in com.atlassian.bamboo.chains
Subinterfaces of ImmutableDeletable in com.atlassian.bamboo.chains Modifier and Type Interface Description interface
Chain
Mutable version ofImmutableChain
.interface
ChainResultsSummary
Represents an execution result of aChain
interface
ChainStage
Classes in com.atlassian.bamboo.chains that implement ImmutableDeletable Modifier and Type Class Description class
ChainResultsSummaryImpl
class
ChainStageImpl
class
DefaultChain
-
Uses of ImmutableDeletable in com.atlassian.bamboo.chains.cache
Subinterfaces of ImmutableDeletable in com.atlassian.bamboo.chains.cache Modifier and Type Interface Description interface
ImmutableChainStage
An immutable version ofChainStage
.Classes in com.atlassian.bamboo.chains.cache that implement ImmutableDeletable Modifier and Type Class Description class
ImmutableChainStageImpl
-
Uses of ImmutableDeletable in com.atlassian.bamboo.deletion
Subinterfaces of ImmutableDeletable in com.atlassian.bamboo.deletion Modifier and Type Interface Description interface
Deletable
Applied only toBambooObject
s that can be deleted by a user. -
Uses of ImmutableDeletable in com.atlassian.bamboo.plan
Subinterfaces of ImmutableDeletable in com.atlassian.bamboo.plan Modifier and Type Interface Description interface
Plan
Mutable version of the plan.interface
TopLevelPlan
Marker interface that specifies that the implementingPlan
is a 'top level' objectClasses in com.atlassian.bamboo.plan that implement ImmutableDeletable Modifier and Type Class Description class
AbstractChain
class
AbstractPlan
This plan is only partially migrated to annotation-based Hibernate model, to allow creating queries using the new query mechanism. -
Uses of ImmutableDeletable in com.atlassian.bamboo.plan.branch
Subinterfaces of ImmutableDeletable in com.atlassian.bamboo.plan.branch Modifier and Type Interface Description interface
ChainBranch
Represents a branch of a plan.Classes in com.atlassian.bamboo.plan.branch that implement ImmutableDeletable Modifier and Type Class Description class
ChainBranchImpl
-
Uses of ImmutableDeletable in com.atlassian.bamboo.plan.branch.cache
Classes in com.atlassian.bamboo.plan.branch.cache that implement ImmutableDeletable Modifier and Type Class Description class
ImmutableChainBranchImpl
-
Uses of ImmutableDeletable in com.atlassian.bamboo.plan.cache
Subinterfaces of ImmutableDeletable in com.atlassian.bamboo.plan.cache Modifier and Type Interface Description interface
ImmutableBuildable
interface
ImmutableChain
Represents aChain
that is immutable.interface
ImmutableChainBranch
Interface of an immutable version ofChainBranch
interface
ImmutableJob
Immutable, threadsafe cacheable version ofJob
interface
ImmutablePlan
Represents aPlan
that is immutable.interface
ImmutableTopLevelPlan
Represents aTopLevelPlan
that is immutable.Classes in com.atlassian.bamboo.plan.cache that implement ImmutableDeletable Modifier and Type Class Description class
AbstractImmutableChain
class
AbstractImmutablePlan
class
ImmutableChainImpl
AImmutableChain
implementation.class
ImmutableJobImpl
-
Uses of ImmutableDeletable in com.atlassian.bamboo.project
Subinterfaces of ImmutableDeletable in com.atlassian.bamboo.project Modifier and Type Interface Description interface
Project
Represents a Bamboo project object.Classes in com.atlassian.bamboo.project that implement ImmutableDeletable Modifier and Type Class Description class
DefaultProject
-
Uses of ImmutableDeletable in com.atlassian.bamboo.repository
Subinterfaces of ImmutableDeletable in com.atlassian.bamboo.repository Modifier and Type Interface Description interface
RepositoryDataEntity
Represents repository as persisted in the db.Classes in com.atlassian.bamboo.repository that implement ImmutableDeletable Modifier and Type Class Description class
RepositoryDataEntityImpl
-
Uses of ImmutableDeletable in com.atlassian.bamboo.resultsummary
Subinterfaces of ImmutableDeletable in com.atlassian.bamboo.resultsummary Modifier and Type Interface Description interface
BuildResultsSummary
An interface which provides a database persisted version of theBuildResults
interface
MutableBuildKeyResultsSummary
interface
ResultsSummary
Used to store the result of allPlan
executionsClasses in com.atlassian.bamboo.resultsummary that implement ImmutableDeletable Modifier and Type Class Description class
AbstractResultsSummary
class
BuildResultsSummaryImpl
-
Uses of ImmutableDeletable in com.atlassian.bamboo.utils
Methods in com.atlassian.bamboo.utils with parameters of type ImmutableDeletable Modifier and Type Method Description static boolean
BambooPredicates. isNotDeleted(ImmutableDeletable deletable)
-