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 CommitPatchBuilderAbstractCommitSupportTest. myCommitPatchBuilderMethods in jetbrains.buildServer.vcs that return CommitPatchBuilder Modifier and Type Method Description CommitPatchBuilderCommitSupport. getCommitPatchBuilder(VcsRoot root)Should return aCommitPatchBuilderinstance for the given VCS root which is used to make commits.default CommitPatchBuilderCommitSupport. getCommitPatchBuilder(VcsRoot root, CommitSupport.Config config)Should return aCommitPatchBuilderinstance 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 voidAbstractCommitSupportTest.CommitEditor. driveCommit(CommitPatchBuilder builder)
-