Uses of Interface
jetbrains.buildServer.zip.ZipFactory
-
-
Uses of ZipFactory in jetbrains.buildServer.serverSide.impl.versionedSettings
Constructors in jetbrains.buildServer.serverSide.impl.versionedSettings with parameters of type ZipFactory Constructor Description VersionedSettingsManagerImpl(ProjectManager projectManager, VersionedSettingsConfigStorage rootIdStorage, EventDispatcher<ConfigActionsServerListener> configEvents, VcsRootInstancesManagerEx vcsRootsManager, VcsRootsManager parentRootManager, VersionedSettingsOptions options, ProjectSettingsGeneratorRegistry generators, ZipFactory zipFactory, ConfigActionFactoryEx configActionFactory, VersionedSettingsStatusTracker versionedSettingsStatusTracker, VersionedSettingsDBVersion versionedSettingsDBVersion, VersionedSettingsOptionsEx versionedSettingsOptions)
-
Uses of ZipFactory in jetbrains.buildServer.serverSide.maintenance
Constructors in jetbrains.buildServer.serverSide.maintenance with parameters of type ZipFactory Constructor Description BackupProcessManagerImpl(ServerPaths serverPaths, DBFunctionsProvider dbProvider, ZipFactory zipFactory, BackupRegistration backupRegistration, BackupSettingsPersistor backupSettingsPersistor, ActionThrow<AccessDeniedException> accessChecker, MaintenanceLock maintenanceLock, boolean singleUserMode)
BackupProcessor(DBFunctionsProvider dbProvider, ServerPaths serverPaths, ZipFactory zipFactory, BackupConfig config, boolean singleUserMode, int mprocId, Logger maintenanceLogger)
-
Uses of ZipFactory in jetbrains.buildServer.serverSide.projectsExport
Constructors in jetbrains.buildServer.serverSide.projectsExport with parameters of type ZipFactory Constructor Description ServerProjectExportService(ServerPaths serverPaths, ZipFactory fileZipFactory, ExecutorServices executorsServices, SecurityContextEx securityContext, ProjectPersistingHandler projectPersistingHandler, EncryptionManager encryptionManager, ConfigurationEntityPersisters configurationEntityPersisters)
-
Uses of ZipFactory in jetbrains.buildServer.serverSide.projectsImport.impl
Constructors in jetbrains.buildServer.serverSide.projectsImport.impl with parameters of type ZipFactory Constructor Description ServerProjectsImportManager(EventDispatcher<ProjectsImportListener> eventDispatcher, ZipFactory zipFactory, SecurityContextEx securityContext, DBFunctionsProvider db, NumericIdSequences idSequences, ProjectIdProvider projectIdProvider, ServerPaths serverPaths, ExecutorServices executorServices, ProjectPersistingHandler projectPersistingHandler, ProjectsLoader projectsLoader, AuditLogFactory auditLogFactory, SQLDialect dialect, ProjectIdentifiersManagerImpl projectIdentifiersManager, BuildTypeIdentifiersManagerImpl buildTypeIdentifiersManager, VcsRootIdentifiersManagerImpl vcsRootIdentifiersManager, ProjectManagerEx projectManager, UserModel userModel, UserGroupManager userGroupManager, EncryptionManager encryptionManager, ProjectImportSettings settings)
-
Uses of ZipFactory in jetbrains.buildServer.serverSide.util
Classes in jetbrains.buildServer.serverSide.util that implement ZipFactory Modifier and Type Class Description class
FakeZipFactory
ZipFactory
implementation that stores only metrics of written data instead of data itsels.class
InMemoryZipFactory
Simple, not thread-safe, in-memory implementation ofZipFactory
NOTE: it's not suitable for tests working with big data sets, useFakeZipFactory
instead -
Uses of ZipFactory in jetbrains.buildServer.util
Classes in jetbrains.buildServer.util that implement ZipFactory Modifier and Type Class Description class
ZipFactoryDecorator
Constructors in jetbrains.buildServer.util with parameters of type ZipFactory Constructor Description ZipFactoryDecorator(ZipFactory target)
-
Uses of ZipFactory in jetbrains.buildServer.web.plugins.repository
Constructors in jetbrains.buildServer.web.plugins.repository with parameters of type ZipFactory Constructor Description PluginsRepositoryImpl(ServerSettings serverSettings, ServerSummary serverSummary, ModifiedPlugins modifiedPlugins, ZipFactory zipFactory, PluginsProvider pluginsProvider, PluginsRepositorySettingsPersistor settingsPersistor, EventDispatcher<BuildServerListener> serverDispatcher, ScheduledExecutorService executor, PluginsRepositoryConnector repositoryConnector, PluginSignatureVerifier pluginSignatureVerifier)
-
Uses of ZipFactory in jetbrains.buildServer.web.plugins.web
Constructors in jetbrains.buildServer.web.plugins.web with parameters of type ZipFactory Constructor Description PluginsActionsController(WebControllerManager webControllerManager, AuthorizationInterceptor authorizationInterceptor, ModifiedPlugins modifiedPlugins, ZipFactory zipFactory, PluginsProvider pluginsProvider, PluginsRepository pluginsRepository, PluginsStateProvider pluginsStateProvider, ReloadablePlugins reloadablePlugins)
-
Uses of ZipFactory in jetbrains.buildServer.zip
Classes in jetbrains.buildServer.zip that implement ZipFactory Modifier and Type Class Description class
BigFileZipFactory
Regular zip factory.class
DiskBasedCenZipFactory
OverridescreateZipArchive(String)
to return a customZipWriter
which conserves memory by storing the metadata of its ZIP entries (needed to write CEN, the ZIP central directory) in a temporary file.class
FileZipFactory
Regular zip factory.class
MemoryConservativeZipFactory
OverridescreateZipArchive(String)
to return a customZipWriter
which conserves memory by reducing the managed overhead as much as possible.Methods in jetbrains.buildServer.zip with parameters of type ZipFactory Modifier and Type Method Description static ZipArchiveBuilder
ZipArchiveBuilder. using(ZipFactory zipFactory)
-