Package org.projectnessie.versioned
Interface CommitResult<COMMIT extends Hashable>
- All Superinterfaces:
Result
-
Method Summary
Modifier and TypeMethodDescriptionstatic <COMMIT extends Hashable>
org.projectnessie.versioned.ImmutableCommitResult.Builder<COMMIT> builder()default Hashdefault ResultType
-
Method Details
-
getResultType
- Specified by:
getResultTypein interfaceResult
-
getCommit
COMMIT getCommit() -
getTargetBranch
BranchName getTargetBranch() -
getCommitHash
-
builder
static <COMMIT extends Hashable> org.projectnessie.versioned.ImmutableCommitResult.Builder<COMMIT> builder()
-