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 VcsAuthType
VcsAuthType. get(Map<String,String> vcsProperties)
VcsAuthType
ProviderSettings. getVcsAuthType()
static VcsAuthType
VcsAuthType. 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.
-