Interface CommitResponse


  • @Immutable
    public interface CommitResponse
    • Method Detail

      • builder

        static org.projectnessie.model.ImmutableCommitResponse.Builder builder()
      • getTargetBranch

        @NotNull
        @NotNull Branch getTargetBranch()
        Returns updated information about the branch where the commit was applied.

        Specifically, the hash of the Branch will be the hash of the applied commit.