Uses of Interface
com.atlassian.bamboo.versioning.Versionable
Packages that use Versionable
Package
Description
-
Uses of Versionable in com.atlassian.bamboo.build
Subinterfaces of Versionable in com.atlassian.bamboo.buildClasses in com.atlassian.bamboo.build that implement Versionable -
Uses of Versionable in com.atlassian.bamboo.chains
Subinterfaces of Versionable in com.atlassian.bamboo.chainsClasses in com.atlassian.bamboo.chains that implement Versionable -
Uses of Versionable in com.atlassian.bamboo.plan
Subinterfaces of Versionable in com.atlassian.bamboo.planModifier and TypeInterfaceDescriptioninterfaceMutable version of the plan.interfaceMarker interface that specifies that the implementingPlanis a 'top level' objectClasses in com.atlassian.bamboo.plan that implement VersionableModifier and TypeClassDescriptionclassclassThis 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.branchClasses in com.atlassian.bamboo.plan.branch that implement Versionable -
Uses of Versionable in com.atlassian.bamboo.plan.branch.cache
Classes in com.atlassian.bamboo.plan.branch.cache that implement Versionable -
Uses of Versionable in com.atlassian.bamboo.plan.cache
Subinterfaces of Versionable in com.atlassian.bamboo.plan.cacheModifier and TypeInterfaceDescriptioninterfaceinterfaceRepresents aChainthat is immutable.interfaceInterface of an immutable version ofChainBranchinterfaceImmutable, threadsafe cacheable version ofJobinterfaceRepresents aPlanthat is immutable.interfaceRepresents aTopLevelPlanthat is immutable.Classes in com.atlassian.bamboo.plan.cache that implement Versionable -
Uses of Versionable in com.atlassian.bamboo.repository
Subinterfaces of Versionable in com.atlassian.bamboo.repositoryModifier and TypeInterfaceDescriptioninterfaceRepresents repository as persisted in the db.Classes in com.atlassian.bamboo.repository that implement Versionable -
Uses of Versionable in com.atlassian.bamboo.vcs.configuration
Subinterfaces of Versionable in com.atlassian.bamboo.vcs.configurationModifier and TypeInterfaceDescriptioninterfaceLow level configuration view of a repository.interfaceEffective repository definition as seen "from aPlan's perspective.interfaceEffective 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 VersionableModifier and TypeClassDescriptionclassclassclassclass -
Uses of Versionable in com.atlassian.bamboo.versioning
Methods in com.atlassian.bamboo.versioning with type parameters of type VersionableModifier 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
Classes in it.com.atlassian.bamboo.configuration.external.yaml.export that implement Versionable