Uses of Interface
com.atlassian.bamboo.versioning.VersioningSupplement
-
-
Uses of VersioningSupplement in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains that return types with arguments of type VersioningSupplement Modifier and Type Method Description protected @NotNull Optional<VersioningSupplement<Plan>>
ChainStageHibernateDao. getRootVersioningSupplement()
-
Uses of VersioningSupplement in com.atlassian.bamboo.jpa
Fields in com.atlassian.bamboo.jpa declared as VersioningSupplement Modifier and Type Field Description protected VersioningSupplement<T>
JpaUtils.CriteriaVersionUpdater. versioningSupplement
Constructors in com.atlassian.bamboo.jpa with parameters of type VersioningSupplement Constructor Description CriteriaVersionUpdater(org.hibernate.SessionFactory sessionFactory, Class<? extends E> entity, Class<R> result, VersioningSupplement<T> versioningSupplement)
-
Uses of VersioningSupplement in com.atlassian.bamboo.persistence3
Methods in com.atlassian.bamboo.persistence3 that return types with arguments of type VersioningSupplement Modifier and Type Method Description protected @NotNull Optional<VersioningSupplement<T>>
BambooHibernateVersionAwareObjectDao. getMainVersioningSupplement()
protected @NotNull Optional<VersioningSupplement<R>>
BambooHibernateVersionAwareObjectDao. getRootVersioningSupplement()
-
Uses of VersioningSupplement in com.atlassian.bamboo.plan.artifact
Methods in com.atlassian.bamboo.plan.artifact that return types with arguments of type VersioningSupplement Modifier and Type Method Description protected @NotNull Optional<VersioningSupplement<Plan>>
ArtifactDefinitionHibernateDao. getRootVersioningSupplement()
-
Uses of VersioningSupplement in com.atlassian.bamboo.repository
Methods in com.atlassian.bamboo.repository that return types with arguments of type VersioningSupplement Modifier and Type Method Description protected @NotNull Optional<VersioningSupplement<RepositoryDataEntity>>
RepositoryDefinitionHibernateDao. getMainVersioningSupplement()
protected @NotNull Optional<VersioningSupplement<Plan>>
PlanRepositoryLinkHibernateDao. getRootVersioningSupplement()
-
Uses of VersioningSupplement in com.atlassian.bamboo.variable
Methods in com.atlassian.bamboo.variable that return types with arguments of type VersioningSupplement Modifier and Type Method Description protected @NotNull Optional<VersioningSupplement<Plan>>
VariableDefinitionHibernateDao. getRootVersioningSupplement()
-
Uses of VersioningSupplement in com.atlassian.bamboo.versioning
Classes in com.atlassian.bamboo.versioning that implement VersioningSupplement Modifier and Type Class Description class
AbstractVersioningSupplement<T,R>
class
PlanVersioningSupplement
class
RepositoryDataEntityVersioningSupplement
-