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.deployments.environments
Subinterfaces of Versionable in com.atlassian.bamboo.deployments.environmentsModifier and TypeInterfaceDescriptioninterfaceRepresents decorated environment for the purpose of using it in the Freemarker generated UIinterfaceRepresents a Deployment Environment within Bamboo.interfaceCommon interface between all types of deployment environments.Classes in com.atlassian.bamboo.deployments.environments that implement VersionableModifier and TypeClassDescriptionclassclassclassExtended environment bean with some more data for UI. -
Uses of Versionable in com.atlassian.bamboo.deployments.environments.dashboard
Subinterfaces of Versionable in com.atlassian.bamboo.deployments.environments.dashboardClasses in com.atlassian.bamboo.deployments.environments.dashboard that implement Versionable -
Uses of Versionable in com.atlassian.bamboo.deployments.environments.persistence
Subinterfaces of Versionable in com.atlassian.bamboo.deployments.environments.persistenceModifier and TypeInterfaceDescriptioninterfaceRepresents the Environment that will be stored in the database.Classes in com.atlassian.bamboo.deployments.environments.persistence that implement Versionable -
Uses of Versionable in com.atlassian.bamboo.deployments.environments.persistence.internal
Classes in com.atlassian.bamboo.deployments.environments.persistence.internal that implement VersionableModifier and TypeClassDescriptionclassMinimal, user context agnostic, but fully functional implementation ofInternalEnvironment, used when processing deployment environments en masse.class -
Uses of Versionable in com.atlassian.bamboo.deployments.projects
Subinterfaces of Versionable in com.atlassian.bamboo.deployments.projectsModifier and TypeInterfaceDescriptioninterfaceRepresents a Deployment Project.interfaceCommon interface between all types of Deployment Projects.Classes in com.atlassian.bamboo.deployments.projects that implement VersionableModifier and TypeClassDescriptionclassImmutable implementation to be exposed by the service -
Uses of Versionable in com.atlassian.bamboo.deployments.projects.persistence
Subinterfaces of Versionable in com.atlassian.bamboo.deployments.projects.persistenceModifier and TypeInterfaceDescriptioninterfaceRepresents the Deployment Project that will be stored in the database.Classes in com.atlassian.bamboo.deployments.projects.persistence that implement Versionable -
Uses of Versionable in com.atlassian.bamboo.deployments.projects.persistence.internal
Classes in com.atlassian.bamboo.deployments.projects.persistence.internal that implement VersionableModifier and TypeClassDescriptionclassMinimal, user context agnostic, but fully functional implementation ofInternalDeploymentProject. -
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. branch)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