Package org.projectnessie.model
Interface Tag
-
- All Known Implementing Classes:
ImmutableTag
@Immutable public interface Tag extends Reference
API representation of a Nessie Tag. This object is akin to a Ref in Git terminology.
-
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ImmutableTag.Builderbuilder()default voidcheckName()Validation rule usingValidation.validateReferenceName(String).static Tagof(String name, String hash)-
Methods inherited from interface org.projectnessie.model.Reference
checkHash, getHash, getMetadata, getName
-
-
-
-
Method Detail
-
checkName
@Check default void checkName()
Validation rule usingValidation.validateReferenceName(String).
-
builder
static ImmutableTag.Builder builder()
-
-