Package com.atlassian.bamboo.versioning
Class AbstractVersioningSupplement<T,R>
java.lang.Object
com.atlassian.bamboo.versioning.AbstractVersioningSupplement<T,R>
- All Implemented Interfaces:
VersioningSupplement<T>
- Direct Known Subclasses:
PlanVersioningSupplement
,RepositoryDataEntityVersioningSupplement
public abstract class AbstractVersioningSupplement<T,R>
extends Object
implements VersioningSupplement<T>
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractVersioningSupplement
(@NotNull BambooClusterSettings bambooClusterSettings, @NotNull Class<R> type) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
incrementVersion
(@Nullable org.hibernate.Session session, boolean canExecute, @NotNull org.apache.logging.log4j.util.TriConsumer<javax.persistence.criteria.CriteriaBuilder, javax.persistence.criteria.CriteriaUpdate<R>, javax.persistence.criteria.Root<R>> where) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.bamboo.versioning.VersioningSupplement
incrementVersion
-
Field Details
-
bambooClusterSettings
-
-
Constructor Details
-
AbstractVersioningSupplement
protected AbstractVersioningSupplement(@NotNull @NotNull BambooClusterSettings bambooClusterSettings, @NotNull @NotNull Class<R> type)
-
-
Method Details
-
incrementVersion
-