Uses of Class
jetbrains.buildServer.pullRequests.VcsAuthType
-
Packages that use VcsAuthType Package Description jetbrains.buildServer.pullRequests -
-
Uses of VcsAuthType in jetbrains.buildServer.pullRequests
Methods in jetbrains.buildServer.pullRequests that return VcsAuthType Modifier and Type Method Description static VcsAuthTypeVcsAuthType. get(Map<String,String> vcsProperties)VcsAuthTypeProviderSettings. getVcsAuthType()static VcsAuthTypeVcsAuthType. valueOf(String name)Returns the enum constant of this type with the specified name.static VcsAuthType[]VcsAuthType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-