Interface CommitResult<COMMIT extends Hashable>

All Superinterfaces:
Result

@Immutable public interface CommitResult<COMMIT extends Hashable> extends Result
  • Method Details

    • getResultType

      default ResultType getResultType()
      Specified by:
      getResultType in interface Result
    • getCommit

      COMMIT getCommit()
    • getTargetBranch

      BranchName getTargetBranch()
    • getCommitHash

      @Derived default Hash getCommitHash()
    • builder

      static <COMMIT extends Hashable> org.projectnessie.versioned.ImmutableCommitResult.Builder<COMMIT> builder()