Uses of Interface
jetbrains.buildServer.pullRequests.PullRequestManager.TargetBranchesInfo
-
Packages that use PullRequestManager.TargetBranchesInfo Package Description jetbrains.buildServer.pullRequests -
-
Uses of PullRequestManager.TargetBranchesInfo in jetbrains.buildServer.pullRequests
Methods in jetbrains.buildServer.pullRequests that return PullRequestManager.TargetBranchesInfo Modifier and Type Method Description PullRequestManager.TargetBranchesInfoPullRequestManager. getTargetBranches(String providerType, SVcsRoot vcsRoot, BuildTypeTemplate template)Return target branches information for pull requests for the given VCS root and templatePullRequestManager.TargetBranchesInfoPullRequestManager. getTargetBranches(String providerType, VcsRootInstance vcsRootInstance, SBuildType buildType)Return target branches information for pull requests for the given VCS root instance and build type
-