Package org.projectnessie.versioned
Interface RepositoryInformation
@Immutable
public interface RepositoryInformation
Informational object to tell a client about the Nessie repository.
All values are optional and may or may not be present, depending on the actual server version.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getDefaultBranch
-
getNoAncestorHash
-
getRepositoryCreationTimestamp
-
getOldestPossibleCommitTimestamp
-
getAdditionalProperties
-