Uses of Class
jetbrains.buildServer.controllers.profile.VcsUsername
-
Packages that use VcsUsername Package Description jetbrains.buildServer.controllers.profile jetbrains.buildServer.controllers.profile.vcs -
-
Uses of VcsUsername in jetbrains.buildServer.controllers.profile
Methods in jetbrains.buildServer.controllers.profile that return types with arguments of type VcsUsername Modifier and Type Method Description static List<VcsUsername>VcsUsername. getVcsUsernames(VcsManager vcsManager, ProjectManager projectManager, SUser user, boolean isEmpty, AuthorityHolder editor)Methods in jetbrains.buildServer.controllers.profile with parameters of type VcsUsername Modifier and Type Method Description intVcsUsername. compareTo(VcsUsername vcsUsername) -
Uses of VcsUsername in jetbrains.buildServer.controllers.profile.vcs
Methods in jetbrains.buildServer.controllers.profile.vcs that return types with arguments of type VcsUsername Modifier and Type Method Description List<VcsUsername>VcsSettingsForm. getAvailableVcsUsernames()List<VcsUsername>VcsSettingsForm. getSpecifiedVcsUsernames()
-