Uses of Interface
jetbrains.buildServer.serverSide.impl.SecureDataStorage
-
-
Uses of SecureDataStorage in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return SecureDataStorage Modifier and Type Method Description SecureDataStorageBuildTypeSettingsEx. getSecureDataStorage()Methods in jetbrains.buildServer.serverSide with parameters of type SecureDataStorage Modifier and Type Method Description voidBuildTypeSettingsEx. setSecureDataStorage(SecureDataStorage secureDataStorage)Sets secure data storage to be used by these settings when they are persisted on disk. -
Uses of SecureDataStorage in jetbrains.buildServer.serverSide.impl
Subinterfaces of SecureDataStorage in jetbrains.buildServer.serverSide.impl Modifier and Type Interface Description interfaceProjectExMethods in jetbrains.buildServer.serverSide.impl that return SecureDataStorage Modifier and Type Method Description SecureDataStorageBuildTypeSettingsImpl. getSecureDataStorage()SecureDataStorageInaccessibleTemplate. getSecureDataStorage()Methods in jetbrains.buildServer.serverSide.impl with parameters of type SecureDataStorage Modifier and Type Method Description voidBuildTypeSettingsImpl. setSecureDataStorage(SecureDataStorage secureDataStorage)voidInaccessibleTemplate. setSecureDataStorage(SecureDataStorage secureDataStorage) -
Uses of SecureDataStorage in jetbrains.buildServer.serverSide.impl.auth
Classes in jetbrains.buildServer.serverSide.impl.auth that implement SecureDataStorage Modifier and Type Class Description classSecuredProject -
Uses of SecureDataStorage in jetbrains.buildServer.serverSide.impl.projects
Classes in jetbrains.buildServer.serverSide.impl.projects that implement SecureDataStorage Modifier and Type Class Description classProjectImpl -
Uses of SecureDataStorage in jetbrains.buildServer.serverSide.impl.xml
Methods in jetbrains.buildServer.serverSide.impl.xml with parameters of type SecureDataStorage Modifier and Type Method Description protected Map<String,String>XmlBaseExternalizer. readParameters(SecureDataStorage secureDataStorage, org.jdom.Element parametersElement, String entityName) -
Uses of SecureDataStorage in jetbrains.buildServer.serverSide.impl.xml.build
Methods in jetbrains.buildServer.serverSide.impl.xml.build with parameters of type SecureDataStorage Modifier and Type Method Description static voidXmlBuildRunnersExternalizer. fillBuilder(SecureDataStorage tokensProducer, BuildRunnerDescriptor runner, RunnerBuilder r)
-