Uses of Interface
jetbrains.buildServer.serverSide.CustomDataStorage
-
-
Uses of CustomDataStorage in jetbrains
Methods in jetbrains that return CustomDataStorage Modifier and Type Method Description CustomDataStorage
MockBuildType. getCustomDataStorage(String storageId)
-
Uses of CustomDataStorage in jetbrains.buildServer
Classes in jetbrains.buildServer that implement CustomDataStorage Modifier and Type Class Description class
MockCustomDataStorage
Methods in jetbrains.buildServer that return CustomDataStorage Modifier and Type Method Description CustomDataStorage
MockBuild. getCustomDataStorage(String key)
Methods in jetbrains.buildServer with parameters of type CustomDataStorage Modifier and Type Method Description void
MockBuild. setCustomDataStorage(String key, CustomDataStorage storage)
-
Uses of CustomDataStorage in jetbrains.buildServer.buildTriggers
Methods in jetbrains.buildServer.buildTriggers that return CustomDataStorage Modifier and Type Method Description CustomDataStorage
PolledTriggerContext. getCustomDataStorage()
Returns custom data storage associated with build configuration and trigger descriptor.Methods in jetbrains.buildServer.buildTriggers with parameters of type CustomDataStorage Modifier and Type Method Description static void
BuildTriggersUtil. updateStateAndLogDifference(CustomDataStorage triggerStateStorage, Map<String,String> dataToSave, Logger logger)
-
Uses of CustomDataStorage in jetbrains.buildServer.buildTriggers.failedBuild
Methods in jetbrains.buildServer.buildTriggers.failedBuild with parameters of type CustomDataStorage Modifier and Type Method Description protected Map<String,Long>
BuildDependentTrigger. getLastTriggeredBy(CustomDataStorage dataStorage)
protected void
BuildDependentTrigger. rememberTriggeredBy(Collection<SBuild> builds, CustomDataStorage dataStorage, Logger logger)
protected void
BuildDependentTrigger. rememberTriggeredBy(Map<Branch,Long> branchMap, CustomDataStorage dataStorage, Logger logger)
-
Uses of CustomDataStorage in jetbrains.buildServer.buildTriggers.vcs
Methods in jetbrains.buildServer.buildTriggers.vcs that return CustomDataStorage Modifier and Type Method Description CustomDataStorage
VcsTriggerContext. getCustomDataStorage()
-
Uses of CustomDataStorage in jetbrains.buildServer.buildTriggers.vcs.remoteRun
Constructors in jetbrains.buildServer.buildTriggers.vcs.remoteRun with parameters of type CustomDataStorage Constructor Description RemoteRunOnBranchTask(PolledTriggerContext context, CustomDataStorage storage, TriggerLogger logger, BranchViewerFactory branchViewerFactory)
TriggerLogger(Logger logger, SBuildType buildType, CustomDataStorage storage)
-
Uses of CustomDataStorage in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return CustomDataStorage Modifier and Type Method Description CustomDataStorage
CustomDataStorageManager. getBuildStorage(String buildTypeId, long buildId, String storageId)
CustomDataStorage
CustomDataStorageManager. getBuildTypeStorage(String buildTypeId, String storageId)
CustomDataStorage
CustomDataStorageManager. getCustomDataStorage(long parentVcsRootId, String storageId)
CustomDataStorage
CustomDataStorageManager. getCustomDataStorage(Class<?> clazz)
Returns storage which uses class name as internal storage id.CustomDataStorage
CustomDataStorageManager. getCustomDataStorage(SBuildType buildType, String storageId)
CustomDataStorage
CustomDataStorageManager. getCustomDataStorage(SProject project, String storageId)
CustomDataStorage
SBuild. getCustomDataStorage(String key)
Returns a data storage which can be used to associate arbitrary data with the build.CustomDataStorage
SBuildType. getCustomDataStorage(String storageId)
Returns custom data storage associated with this build configuration.CustomDataStorage
SProject. getCustomDataStorage(String storageId)
Returns a custom data storage for the given storage id associated with this projectCustomDataStorage
RunningBuildEx. getTemporaryCustomDataStorage()
-
Uses of CustomDataStorage in jetbrains.buildServer.serverSide.impl
-
Uses of CustomDataStorage in jetbrains.buildServer.serverSide.impl.projects
Methods in jetbrains.buildServer.serverSide.impl.projects that return CustomDataStorage Modifier and Type Method Description CustomDataStorage
ProjectImpl. getCustomDataStorage(String storageId)
-
Uses of CustomDataStorage in jetbrains.buildServer.serverSide.messages
Methods in jetbrains.buildServer.serverSide.messages that return CustomDataStorage Modifier and Type Method Description CustomDataStorage
ActiveBuildCachesManager. getActiveCachesStorage(SProject project)
Methods in jetbrains.buildServer.serverSide.messages with parameters of type CustomDataStorage Modifier and Type Method Description Map<String,String>
ActiveBuildCachesManager. getActiveCacheEntries(CustomDataStorage activeCachesStorage)
-
Uses of CustomDataStorage in jetbrains.buildServer.serverSide.oauth
Methods in jetbrains.buildServer.serverSide.oauth with parameters of type CustomDataStorage Modifier and Type Method Description protected void
OAuthRedirectSettingsStorage. cleanup(SProject project, CustomDataStorage storage)
-
Uses of CustomDataStorage in jetbrains.buildServer.serverSide.stat
Constructors in jetbrains.buildServer.serverSide.stat with parameters of type CustomDataStorage Constructor Description BuildStatisticsCacheSerializer(CustomDataStorage customDataStorage)
-
Uses of CustomDataStorage in jetbrains.buildServer.serverSide.statistics.diskusage
Methods in jetbrains.buildServer.serverSide.statistics.diskusage with parameters of type CustomDataStorage Modifier and Type Method Description DiskUsageStoreProviderImpl.DiskUsageStoreImpl
DiskUsageStoreProviderImpl. getOwnDiskUsageStore(CustomDataStorage storage, String buildTypeId)
Constructors in jetbrains.buildServer.serverSide.statistics.diskusage with parameters of type CustomDataStorage Constructor Description DiskUsageStoreImpl(CustomDataStorage customDataStorage, String id)
-