Uses of Interface
jetbrains.buildServer.vcs.CommitPatchBuilder
-
Packages that use CommitPatchBuilder Package Description jetbrains.buildServer.vcs -
-
Uses of CommitPatchBuilder in jetbrains.buildServer.vcs
Fields in jetbrains.buildServer.vcs declared as CommitPatchBuilder Modifier and Type Field Description protected CommitPatchBuilder
AbstractCommitSupportTest. myCommitPatchBuilder
Methods in jetbrains.buildServer.vcs that return CommitPatchBuilder Modifier and Type Method Description CommitPatchBuilder
CommitSupport. getCommitPatchBuilder(VcsRoot root)
Should return aCommitPatchBuilder
instance for the given VCS root which is used to make commits.default CommitPatchBuilder
CommitSupport. getCommitPatchBuilder(VcsRoot root, CommitSupport.Config config)
Should return aCommitPatchBuilder
instance for the given VCS root which is used to make commits.Methods in jetbrains.buildServer.vcs with parameters of type CommitPatchBuilder Modifier and Type Method Description void
AbstractCommitSupportTest.CommitEditor. driveCommit(CommitPatchBuilder builder)
-