Uses of Interface
org.projectnessie.client.api.GetReferenceBuilder
-
Packages that use GetReferenceBuilder Package Description org.projectnessie.client.api org.projectnessie.client.http.v1api -
-
Uses of GetReferenceBuilder in org.projectnessie.client.api
Methods in org.projectnessie.client.api that return GetReferenceBuilder Modifier and Type Method Description GetReferenceBuilderGetReferenceBuilder. fetchAdditionalInfo(boolean fetchAdditionalInfo)Will fetch additional metadata aboutBranchinstances, such as number of commits ahead/behind or the common ancestor in relation to the default branch, and the commit metadata for the HEAD commit.GetReferenceBuilderNessieApiV1. getReference()Get details of a particular ref, if it exists.GetReferenceBuilderGetReferenceBuilder. refName(@NotNull @Pattern(regexp="^(([0-9a-fA-F]{16,64})|([A-Za-z](((?![.][.])[A-Za-z0-9./_-])*[A-Za-z0-9._-])?))$",message="Reference must be either a reference name or hash, start with a letter, followed by letters, digits, a ./_- character, not end with a slash, not contain .. or consist of the hex representation of 8-32 bytes") String refName) -
Uses of GetReferenceBuilder in org.projectnessie.client.http.v1api
Methods in org.projectnessie.client.http.v1api that return GetReferenceBuilder Modifier and Type Method Description GetReferenceBuilderHttpApiV1. getReference()
-