public interface CommitSupport extends VcsExtension
Modifier and Type | Method and Description |
---|---|
CommitPatchBuilder |
getCommitPatchBuilder(VcsRoot root)
Should return a
CommitPatchBuilder
instance for the given VCS root which is used to make commits. |
@NotNull CommitPatchBuilder getCommitPatchBuilder(@NotNull VcsRoot root) throws VcsException
CommitPatchBuilder
instance for the given VCS root which is used to make commits.root
- VCS root of interestVcsException
- when it is known upfront that a commit in the given VCS root will fail