Uses of Class
jetbrains.buildServer.agent.ArtifactPreprocessingFailedException
-
Packages that use ArtifactPreprocessingFailedException Package Description jetbrains.buildServer.agent jetbrains.buildServer.agent.impl.artifacts -
-
Uses of ArtifactPreprocessingFailedException in jetbrains.buildServer.agent
Methods in jetbrains.buildServer.agent that throw ArtifactPreprocessingFailedException Modifier and Type Method Description default void
ArtifactsPreprocessor. processArtifacts(String targetPathOnServer, Map<File,String> filePathMap)
Deprecated.void
ArtifactsPreprocessor. processArtifacts(String targetPathOnServer, Map<File,String> filePathMap, ArtifactsPreprocessor.SymbolicLinksMode mode)
Publishes files. -
Uses of ArtifactPreprocessingFailedException in jetbrains.buildServer.agent.impl.artifacts
Methods in jetbrains.buildServer.agent.impl.artifacts that throw ArtifactPreprocessingFailedException Modifier and Type Method Description List<ArtifactsCollection>
ArtifactsBuilder. build()
void
ArchivePreprocessor. processArtifacts(String targetPathOnServer, Map<File,String> filePathMap, ArtifactsPreprocessor.SymbolicLinksMode mode)
void
BatchArchivePreprocessor. processArtifacts(String targetPathOnServer, Map<File,String> filePathMap, ArtifactsPreprocessor.SymbolicLinksMode mode)
-