Uses of Interface
jetbrains.buildServer.serverSide.CustomDataStorage
-
-
Uses of CustomDataStorage in jetbrains
Methods in jetbrains that return CustomDataStorage Modifier and Type Method Description CustomDataStorageMockBuildType. getCustomDataStorage(String storageId) -
Uses of CustomDataStorage in jetbrains.buildServer
Classes in jetbrains.buildServer that implement CustomDataStorage Modifier and Type Class Description classMockCustomDataStorageMethods in jetbrains.buildServer that return CustomDataStorage Modifier and Type Method Description CustomDataStorageMockBuild. getCustomDataStorage(String key)Methods in jetbrains.buildServer with parameters of type CustomDataStorage Modifier and Type Method Description voidMockBuild. 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 CustomDataStoragePolledTriggerContext. 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 voidBuildTriggersUtil. 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 voidBuildDependentTrigger. rememberTriggeredBy(Collection<SBuild> builds, CustomDataStorage dataStorage, Logger logger)protected voidBuildDependentTrigger. 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 CustomDataStorageVcsTriggerContext. 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 CustomDataStorageCustomDataStorageManager. getBuildStorage(String buildTypeId, long buildId, String storageId)CustomDataStorageCustomDataStorageManager. getBuildTypeStorage(String buildTypeId, String storageId)CustomDataStorageCustomDataStorageManager. getCustomDataStorage(long parentVcsRootId, String storageId)CustomDataStorageCustomDataStorageManager. getCustomDataStorage(Class<?> clazz)Returns storage which uses class name as internal storage id.CustomDataStorageCustomDataStorageManager. getCustomDataStorage(SBuildType buildType, String storageId)CustomDataStorageCustomDataStorageManager. getCustomDataStorage(SProject project, String storageId)CustomDataStorageSBuild. getCustomDataStorage(String key)Returns a data storage which can be used to associate arbitrary data with the build.CustomDataStorageSBuildType. getCustomDataStorage(String storageId)Returns custom data storage associated with this build configuration.CustomDataStorageSProject. getCustomDataStorage(String storageId)Returns a custom data storage for the given storage id associated with this projectCustomDataStorageRunningBuildEx. 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 CustomDataStorageProjectImpl. 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 CustomDataStorageActiveBuildCachesManager. 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 voidOAuthRedirectSettingsStorage. 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.DiskUsageStoreImplDiskUsageStoreProviderImpl. getOwnDiskUsageStore(CustomDataStorage storage, String buildTypeId)Constructors in jetbrains.buildServer.serverSide.statistics.diskusage with parameters of type CustomDataStorage Constructor Description DiskUsageStoreImpl(CustomDataStorage customDataStorage, String id)
-