Interface CommitSupport

    • Method Detail

      • getCommitPatchBuilder

        @NotNull
        CommitPatchBuilder getCommitPatchBuilder​(@NotNull
                                                 VcsRoot root)
                                          throws VcsException
        Should return a CommitPatchBuilder instance for the given VCS root which is used to make commits.
        Parameters:
        root - VCS root of interest
        Returns:
        see above
        Throws:
        VcsException - when it is known upfront that a commit in the given VCS root will fail