Uses of Interface
org.projectnessie.model.Merge
-
Packages that use Merge Package Description org.projectnessie.api org.projectnessie.api.http org.projectnessie.model -
-
Uses of Merge in org.projectnessie.api
Methods in org.projectnessie.api with parameters of type Merge Modifier and Type Method Description voidTreeApi. mergeRefIntoBranch(@Valid @NotNull @Pattern(regexp="^[A-Za-z](((?![.][.])[A-Za-z0-9./_-])*[A-Za-z0-9._-])?$",message="Reference name must start with a letter, followed by letters, digits, a ./_- character, not end with a slash, not contain ..") String branchName, @Valid @NotNull @Pattern(regexp="^[0-9a-fA-F]{16,64}$",message="Hash must consist of the hex representation of 8-32 bytes") String hash, @Valid @NotNull Merge merge)merge mergeRef onto ref. -
Uses of Merge in org.projectnessie.api.http
Methods in org.projectnessie.api.http with parameters of type Merge Modifier and Type Method Description voidHttpTreeApi. mergeRefIntoBranch(String branchName, String hash, Merge merge) -
Uses of Merge in org.projectnessie.model
Classes in org.projectnessie.model that implement Merge Modifier and Type Class Description classImmutableMergeImmutable implementation ofMerge.Methods in org.projectnessie.model with parameters of type Merge Modifier and Type Method Description static ImmutableMergeImmutableMerge. copyOf(Merge instance)Creates an immutable copy of aMergevalue.ImmutableMerge.BuilderImmutableMerge.Builder. from(Merge instance)Fill a builder with attribute values from the providedMergeinstance.
-