Uses of Class
jetbrains.buildServer.serverSide.impl.configsRepo.CentralRepositoryConfiguration.Auth
-
Packages that use CentralRepositoryConfiguration.Auth Package Description jetbrains.buildServer.serverSide.impl.configsRepo -
-
Uses of CentralRepositoryConfiguration.Auth in jetbrains.buildServer.serverSide.impl.configsRepo
Methods in jetbrains.buildServer.serverSide.impl.configsRepo that return CentralRepositoryConfiguration.Auth Modifier and Type Method Description CentralRepositoryConfiguration.Auth
CentralRepositoryConfiguration. getAuth()
static CentralRepositoryConfiguration.Auth
CentralRepositoryConfiguration.Auth. valueOf(String name)
Returns the enum constant of this type with the specified name.static CentralRepositoryConfiguration.Auth[]
CentralRepositoryConfiguration.Auth. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.serverSide.impl.configsRepo with parameters of type CentralRepositoryConfiguration.Auth Modifier and Type Method Description void
CentralRepositoryConfiguration. setAuth(CentralRepositoryConfiguration.Auth auth)
-