Uses of Interface
com.atlassian.bamboo.versioning.Versionable
-
-
Uses of Versionable in com.atlassian.bamboo.build
Subinterfaces of Versionable in com.atlassian.bamboo.build Modifier and Type Interface Description interface
Buildable
interface
Job
Classes in com.atlassian.bamboo.build that implement Versionable Modifier and Type Class Description class
DefaultJob
-
Uses of Versionable in com.atlassian.bamboo.chains
Subinterfaces of Versionable in com.atlassian.bamboo.chains Modifier and Type Interface Description interface
Chain
Mutable version ofImmutableChain
.Classes in com.atlassian.bamboo.chains that implement Versionable Modifier and Type Class Description class
DefaultChain
-
Uses of Versionable in com.atlassian.bamboo.plan
Subinterfaces of Versionable 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 Versionable 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 Versionable in com.atlassian.bamboo.plan.branch
Subinterfaces of Versionable 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 Versionable Modifier and Type Class Description class
ChainBranchImpl
-
Uses of Versionable in com.atlassian.bamboo.plan.branch.cache
Classes in com.atlassian.bamboo.plan.branch.cache that implement Versionable Modifier and Type Class Description class
ImmutableChainBranchImpl
-
Uses of Versionable in com.atlassian.bamboo.plan.cache
Subinterfaces of Versionable 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 Versionable Modifier and Type Class Description class
AbstractImmutableChain
class
AbstractImmutablePlan
class
ImmutableChainImpl
AImmutableChain
implementation.class
ImmutableJobImpl
-
Uses of Versionable in com.atlassian.bamboo.repository
Subinterfaces of Versionable 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 Versionable Modifier and Type Class Description class
RepositoryDataEntityImpl
-
Uses of Versionable in com.atlassian.bamboo.vcs.configuration
Subinterfaces of Versionable in com.atlassian.bamboo.vcs.configuration Modifier and Type Interface Description interface
PartialVcsRepositoryData
Low level configuration view of a repository.interface
PlanRepositoryDefinition
Effective repository definition as seen "from aPlan
's perspective.interface
VcsRepositoryData
Effective repository definition as seen outside any specificPlan
's context Product of: - importing parent's configuration - applying local configuration overrides (e.g.Classes in com.atlassian.bamboo.vcs.configuration that implement Versionable Modifier and Type Class Description class
CompleteVcsRepositoryData
class
PartialVcsRepositoryDataImpl
class
PlanRepositoryDefinitionImpl
class
VcsRepositoryDataImpl
-
Uses of Versionable in com.atlassian.bamboo.versioning
Methods in com.atlassian.bamboo.versioning with type parameters of type Versionable Modifier and Type Method Description <T extends Versionable>
@NotNull List<IdWithVersionDto>VersionDao. getVersions(@NotNull Set<Long> ids, @NotNull Class<? extends T> clazz)
Gets the versions corresponding to the given ids and the class.<T extends Versionable>
@NotNull List<IdWithVersionDto>VersionHibernateDao. getVersions(@NotNull Set<Long> ids, @NotNull Class<? extends T> clazz)
-
Uses of Versionable in it.com.atlassian.bamboo.configuration.external.yaml.export
Classes in it.com.atlassian.bamboo.configuration.external.yaml.export that implement Versionable Modifier and Type Class Description class
MockVcsRepositoryData
-