Uses of Interface
com.atlassian.bamboo.versioning.Versionable
Package
Description
-
Uses of Versionable in com.atlassian.bamboo.build
-
Uses of Versionable in com.atlassian.bamboo.chains
-
Uses of Versionable in com.atlassian.bamboo.plan
Modifier and TypeInterfaceDescriptioninterface
Mutable version of the plan.interface
Marker interface that specifies that the implementingPlan
is a 'top level' objectModifier and TypeClassDescriptionclass
class
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
-
Uses of Versionable in com.atlassian.bamboo.plan.branch.cache
-
Uses of Versionable in com.atlassian.bamboo.plan.cache
Modifier and TypeInterfaceDescriptioninterface
interface
Represents aChain
that is immutable.interface
Interface of an immutable version ofChainBranch
interface
Immutable, threadsafe cacheable version ofJob
interface
Represents aPlan
that is immutable.interface
Represents aTopLevelPlan
that is immutable. -
Uses of Versionable in com.atlassian.bamboo.repository
Modifier and TypeInterfaceDescriptioninterface
Represents repository as persisted in the db. -
Uses of Versionable in com.atlassian.bamboo.vcs.configuration
Modifier and TypeInterfaceDescriptioninterface
Low level configuration view of a repository.interface
Effective repository definition as seen "from aPlan
's perspective.interface
Effective repository definition as seen outside any specificPlan
's context Product of: - importing parent's configuration - applying local configuration overrides (e.g.Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of Versionable in com.atlassian.bamboo.versioning
Modifier and TypeMethodDescription<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