Uses of Interface
org.projectnessie.model.Tag
-
Packages that use Tag Package Description org.projectnessie.api org.projectnessie.api.http org.projectnessie.model -
-
Uses of Tag in org.projectnessie.api
Methods in org.projectnessie.api with parameters of type Tag Modifier and Type Method Description voidTreeApi. assignTag(@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 tagName, @NotNull @Pattern(regexp="^[0-9a-fA-F]{16,64}$",message="Hash must consist of the hex representation of 8-32 bytes") String oldHash, @Valid @NotNull Tag tag)Update a tag. -
Uses of Tag in org.projectnessie.api.http
Methods in org.projectnessie.api.http with parameters of type Tag Modifier and Type Method Description voidHttpTreeApi. assignTag(@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 tagName, @NotNull @Pattern(regexp="^[0-9a-fA-F]{16,64}$",message="Hash must consist of the hex representation of 8-32 bytes") String oldHash, @Valid @NotNull Tag tag)Update a tag. -
Uses of Tag in org.projectnessie.model
Classes in org.projectnessie.model that implement Tag Modifier and Type Class Description classImmutableTagImmutable implementation ofTag.Methods in org.projectnessie.model that return Tag Modifier and Type Method Description static TagTag. of(String name, String hash)Methods in org.projectnessie.model with parameters of type Tag Modifier and Type Method Description static ImmutableTagImmutableTag. copyOf(Tag instance)Creates an immutable copy of aTagvalue.ImmutableTag.BuilderImmutableTag.Builder. from(Tag instance)Fill a builder with attribute values from the providedorg.projectnessie.model.Taginstance.
-