Uses of Class
jetbrains.buildServer.serverSide.vcs.VcsLabel
-
-
Uses of VcsLabel in jetbrains.buildServer
Methods in jetbrains.buildServer that return types with arguments of type VcsLabel Modifier and Type Method Description List<VcsLabel>MockBuild. getLabels() -
Uses of VcsLabel in jetbrains.buildServer.controllers
Methods in jetbrains.buildServer.controllers that return types with arguments of type VcsLabel Modifier and Type Method Description Map<Long,VcsLabel>RevisionsBean. getLabels() -
Uses of VcsLabel in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return types with arguments of type VcsLabel Modifier and Type Method Description List<VcsLabel>SBuild. getLabels()VCS labels which were made by TeamCity for the build. -
Uses of VcsLabel in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return types with arguments of type VcsLabel Modifier and Type Method Description List<VcsLabel>BaseBuild. getLabels()List<VcsLabel>RunningBuildWrapper. getLabels() -
Uses of VcsLabel in jetbrains.buildServer.serverSide.vcs
Methods in jetbrains.buildServer.serverSide.vcs that return types with arguments of type VcsLabel Modifier and Type Method Description List<VcsLabel>VcsLabelManager. getLabels(Build build)Returns all labels for the given build -
Uses of VcsLabel in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl that return types with arguments of type VcsLabel Modifier and Type Method Description List<VcsLabel>VcsLabeler. getLabels(Build build)
-