Package com.google.gerrit.server.submit
@CheckReturnValue
package com.google.gerrit.server.submit
-
ClassDescriptionIndicates that the change or commit is already in the source tree.A set of changes grouped together to be submitted atomically.Status codes set on
CodeReviewCommit
s bySubmitStrategy
implementations.Wrap aSubscriptionGraph.Factory
to honor the gerrit configuration.Only used for branches without code review changesLoads the .gitmodules file of the specified project/branch.Exception to be thrown if integrating (aka merging) a change into the destination branch is not possible due to conflicts.Default implementation of MergeSuperSet that does the computation of the merge super set sequentially on the local Gerrit instance.Indicates that the commit is already contained in destination branch.Metrics are recorded when a change is merged (aka submitted).Merges changes in submission order into a single branch.This is a helper class for MergeOp and not intended for general use.Calculates the minimal superset of changes required to be merged.Interface to compute the merge super set to detect changes that should be submitted together.This strategy covers RebaseAlways and RebaseIfNecessary ones.Dry run of a submit strategy.Base class that submit strategies must extend.Factory to create aSubmitStrategy
for aSubmitType
.Exception to be thrown if any submodule operation is not possible due to conflicts.A container which stores subscription relationship.Marker on aSubscriptionGraph.Factory
without gerrit configuration.