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. fetch(FetchOption fetchOption)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="^[A-Za-z](((?![.][.])[A-Za-z0-9./_-])*[A-Za-z0-9_-])?$",message="Reference name must start with a letter, followed by letters, digits, one of the ./_- characters, not end with a slash or dot, not contain \'..\'") 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()
-