Uses of Class
jetbrains.buildServer.vcs.MergeResult
-
Packages that use MergeResult Package Description jetbrains.buildServer.vcs jetbrains.buildServer.vcs.impl -
-
Uses of MergeResult in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs that return MergeResult Modifier and Type Method Description static MergeResultMergeResult. createMergeError(String mergeError)static MergeResultMergeResult. createMergeError(List<String> conflicts)static MergeResultMergeResult. createMergeNotPerformedResult(String reason)static MergeResultMergeResult. createMergeSuccessResult()MergeResultMergeSupport. merge(VcsRoot root, String srcRevision, String dstBranch, String message, MergeOptions options)Merges specified revision in given VCS root into given destination branch with specified message and options.Methods in jetbrains.buildServer.vcs that return types with arguments of type MergeResult Modifier and Type Method Description Map<MergeTask,MergeResult>MergeSupport. tryMerge(VcsRoot root, List<MergeTask> tasks, MergeOptions options)Try to merge given merge tasks with specified options and return a map of merge result for each task. -
Uses of MergeResult in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl that return types with arguments of type MergeResult Modifier and Type Method Description Map<VcsRootInstance,MergeResult>CompositeMergeResult. getRootResults()Map<VcsRootInstance,MergeResult>MergeManager. merge(SBuild build, String dstLogicalBranch, String mergeMessage, MergeOptions options)Map<VcsRootInstance,MergeResult>MergeManagerImpl. merge(SBuild build, String dstLogicalBranch, String mergeMessage, MergeOptions options)Methods in jetbrains.buildServer.vcs.impl with parameters of type MergeResult Modifier and Type Method Description voidCompositeMergeResult. addResult(VcsRootInstance root, MergeResult result)
-