Package org.projectnessie.versioned
Interface CommitResult<COMMIT extends Hashable>
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static <COMMIT extends Hashable>
org.projectnessie.versioned.ImmutableCommitResult.Builder<COMMIT>builder()COMMITgetCommit()default HashgetCommitHash()default ResultTypegetResultType()BranchNamegetTargetBranch()
-
-
-
Method Detail
-
getResultType
default ResultType getResultType()
- Specified by:
getResultTypein interfaceResult
-
getCommit
COMMIT getCommit()
-
getTargetBranch
BranchName getTargetBranch()
-
getCommitHash
@Derived default Hash getCommitHash()
-
builder
static <COMMIT extends Hashable> org.projectnessie.versioned.ImmutableCommitResult.Builder<COMMIT> builder()
-
-