Uses of Interface
jetbrains.buildServer.serverSide.CredentialsStorageEx
-
-
Uses of CredentialsStorageEx in jetbrains.buildServer.controllers.admin.projects
Constructors in jetbrains.buildServer.controllers.admin.projects with parameters of type CredentialsStorageEx Constructor Description CopyTokensFromProjectController(ProjectManagerEx projectManager, CredentialsStorageEx credentialsStorage, WebControllerManager webControllerManager)
-
Uses of CredentialsStorageEx in jetbrains.buildServer.controllers.project
Methods in jetbrains.buildServer.controllers.project with parameters of type CredentialsStorageEx Modifier and Type Method Description static void
VersionedSettingsTokensControllerHelper. scheduleCredentialsPersisting(CredentialsStorageEx credentialsStorageEx, ProjectEx project, boolean reloadProject)
Constructors in jetbrains.buildServer.controllers.project with parameters of type CredentialsStorageEx Constructor Description VersionedSettingsProjectPage(PagePlaces pagePlaces, VersionedSettingsManager versionedSettingsManager, CredentialsStorageEx credentialsStorage, ProjectManagerEx projectManager)
-
Uses of CredentialsStorageEx in jetbrains.buildServer.serverSide.impl
Constructors in jetbrains.buildServer.serverSide.impl with parameters of type CredentialsStorageEx Constructor Description ProjectTokens(ProjectEx project, CredentialsStorageEx credentialsStorage)
-
Uses of CredentialsStorageEx in jetbrains.buildServer.serverSide.impl.projects
Classes in jetbrains.buildServer.serverSide.impl.projects that implement CredentialsStorageEx Modifier and Type Class Description class
ProjectCredentialsStorage
class
TruncatingPrefixCredentialsStorageEx
Constructors in jetbrains.buildServer.serverSide.impl.projects with parameters of type CredentialsStorageEx Constructor Description TruncatingPrefixCredentialsStorageEx(CredentialsStorageEx credentialsStorage)
-