Uses of Interface
jetbrains.buildServer.agent.ArtifactsPreprocessor
-
Packages that use ArtifactsPreprocessor Package Description jetbrains.buildServer.agent.impl.artifacts -
-
Uses of ArtifactsPreprocessor in jetbrains.buildServer.agent.impl.artifacts
Classes in jetbrains.buildServer.agent.impl.artifacts that implement ArtifactsPreprocessor Modifier and Type Class Description class
ArchivePreprocessor
class
BatchArchivePreprocessor
class
SevenZPreprocessor
Created by Nikita.Skvortsov date: 29.10.2014.class
TarPreprocessor
class
ZipPreprocessor
Method parameters in jetbrains.buildServer.agent.impl.artifacts with type arguments of type ArtifactsPreprocessor Modifier and Type Method Description void
ArtifactProcessor. setPreprocessors(Collection<ArtifactsPreprocessor> artifactsPreprocessors)
void
ArtifactsBuilder. setPreprocessors(Collection<ArtifactsPreprocessor> artifactsPreprocessors)
-