Uses of Interface
jetbrains.buildServer.vcshostings.VcsBranches
-
Packages that use VcsBranches Package Description jetbrains.buildServer.vcshostings jetbrains.buildServer.vcshostings.bbcloud jetbrains.buildServer.vcshostings.github jetbrains.buildServer.vcshostings.gitlab -
-
Uses of VcsBranches in jetbrains.buildServer.vcshostings
Methods in jetbrains.buildServer.vcshostings that return types with arguments of type VcsBranches Modifier and Type Method Description VcsSearch<VcsBranches>VcsInformationProvider. branches(String repositoryName) -
Uses of VcsBranches in jetbrains.buildServer.vcshostings.bbcloud
Methods in jetbrains.buildServer.vcshostings.bbcloud that return types with arguments of type VcsBranches Modifier and Type Method Description VcsSearch<VcsBranches>BitBucketVcsInformationProvider. branches(String repositoryName) -
Uses of VcsBranches in jetbrains.buildServer.vcshostings.github
Classes in jetbrains.buildServer.vcshostings.github that implement VcsBranches Modifier and Type Class Description classGitHubVcsBranchesMethods in jetbrains.buildServer.vcshostings.github that return VcsBranches Modifier and Type Method Description VcsBranchesGitHubBranchesSearch. get()Methods in jetbrains.buildServer.vcshostings.github that return types with arguments of type VcsBranches Modifier and Type Method Description VcsSearch<VcsBranches>GitHubVcsInformationProvider. branches(String repositoryName)VcsSearch<VcsBranches>GitHubBranchesSearch. page(String pageId)VcsSearch<VcsBranches>GitHubBranchesSearch. pageSize(int pageSize)VcsSearch<VcsBranches>GitHubBranchesSearch. search(String searchString) -
Uses of VcsBranches in jetbrains.buildServer.vcshostings.gitlab
Classes in jetbrains.buildServer.vcshostings.gitlab that implement VcsBranches Modifier and Type Class Description classGitLabVcsBranchesMethods in jetbrains.buildServer.vcshostings.gitlab that return VcsBranches Modifier and Type Method Description VcsBranchesGitLabBranchesSearch. get()Methods in jetbrains.buildServer.vcshostings.gitlab that return types with arguments of type VcsBranches Modifier and Type Method Description VcsSearch<VcsBranches>GitLabVcsInformationProvider. branches(String repositoryName)
-