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 SecureDataStorage
BuildTypeSettingsEx. getSecureDataStorage()
Methods in jetbrains.buildServer.serverSide with parameters of type SecureDataStorage Modifier and Type Method Description void
BuildTypeSettingsEx. 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 interface
ProjectEx
Methods in jetbrains.buildServer.serverSide.impl that return SecureDataStorage Modifier and Type Method Description SecureDataStorage
BuildTypeSettingsImpl. getSecureDataStorage()
SecureDataStorage
InaccessibleTemplate. getSecureDataStorage()
Methods in jetbrains.buildServer.serverSide.impl with parameters of type SecureDataStorage Modifier and Type Method Description void
BuildTypeSettingsImpl. setSecureDataStorage(SecureDataStorage secureDataStorage)
void
InaccessibleTemplate. 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 class
SecuredProject
-
Uses of SecureDataStorage in jetbrains.buildServer.serverSide.impl.projects
Classes in jetbrains.buildServer.serverSide.impl.projects that implement SecureDataStorage Modifier and Type Class Description class
ProjectImpl
-
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 void
XmlBuildRunnersExternalizer. fillBuilder(SecureDataStorage tokensProducer, BuildRunnerDescriptor runner, RunnerBuilder r)
-