Uses of Interface
jetbrains.buildServer.serverSide.vcs.VcsLabelManager
-
Packages that use VcsLabelManager Package Description jetbrains.buildServer.controllers jetbrains.buildServer.controllers.viewLog jetbrains.buildServer.serverSide.impl.beans jetbrains.buildServer.vcs.impl -
-
Uses of VcsLabelManager in jetbrains.buildServer.controllers
Constructors in jetbrains.buildServer.controllers with parameters of type VcsLabelManager Constructor Description RevisionsBean(SecurityContextEx securityContext, BuildPromotion promotion, VcsLabelManager labelManager, MergeManager mergeManager)
-
Uses of VcsLabelManager in jetbrains.buildServer.controllers.viewLog
Constructors in jetbrains.buildServer.controllers.viewLog with parameters of type VcsLabelManager Constructor Description ViewLogController(BuildServerEx server, SecurityContextEx securityContext, BuildLookupService buildLookupService, VcsLabelManager labelManager, MergeManager mergeManager, BranchBeanFactory branchBeanFactory, MessagesPrinterFactory messagesPrinterFactory, ApprovableBuildManager approvableBuildManager)
ViewQueuedController(BuildServerEx server, SecurityContextEx securityContext, BuildQueueEx buildQueue, BuildPromotionManager promotionManager, VcsLabelManager labelManager, MergeManager mergeManager, BranchBeanFactory branchBeanFactory)
-
Uses of VcsLabelManager in jetbrains.buildServer.serverSide.impl.beans
Methods in jetbrains.buildServer.serverSide.impl.beans that return VcsLabelManager Modifier and Type Method Description VcsLabelManager
BuildContext. getVcsLabelManager()
VcsLabelManager
BuildContextImpl. getVcsLabelManager()
Methods in jetbrains.buildServer.serverSide.impl.beans with parameters of type VcsLabelManager Modifier and Type Method Description void
BuildContextImpl. setVcsLabelManager(VcsLabelManager vcsLabelManager)
-
Uses of VcsLabelManager in jetbrains.buildServer.vcs.impl
Classes in jetbrains.buildServer.vcs.impl that implement VcsLabelManager Modifier and Type Class Description class
VcsLabeler
-