Uses of Class
jetbrains.buildServer.agent.ArtifactPublishingFailedException
-
Packages that use ArtifactPublishingFailedException Package Description jetbrains.buildServer.agent jetbrains.buildServer.agent.impl.artifacts jetbrains.buildServer.agent.publisher -
-
Uses of ArtifactPublishingFailedException in jetbrains.buildServer.agent
Methods in jetbrains.buildServer.agent that throw ArtifactPublishingFailedException Modifier and Type Method Description voidNullArtifactsPublishingPrecondition. checkPrecondition(Map<File,String> files)intArtifactsPublisher. publishFiles(Map<File,String> filePathMap)Publishes files.intMockArtifactsPublisher. publishFiles(Map<File,String> filePathMap)intNullArtifactsPublisher. publishFiles(Map<File,String> filePathMap)intDigestProducingArtifactsPublisher. publishFilesWithDigests(Map<File,String> filePathMap, FlowLogger logger, Consumer<ArtifactDigestInfo> digestConsumer)Publishes files.intMockDigestProducingArtifactPublisher. publishFilesWithDigests(Map<File,String> filePathMap, FlowLogger logger, Consumer<ArtifactDigestInfo> digestConsumer) -
Uses of ArtifactPublishingFailedException in jetbrains.buildServer.agent.impl.artifacts
Methods in jetbrains.buildServer.agent.impl.artifacts with parameters of type ArtifactPublishingFailedException Modifier and Type Method Description voidArtifactsProcessorLogger. logArtifactPublisherPublishingFailed(ArtifactPublishingFailedException e)phase 3.x.voidArtifactsPublishingLoggerBase. logArtifactPublisherPublishingFailed(ArtifactPublishingFailedException e)voidInternalBuildCacheArtifactsProcessingLogger. logArtifactPublisherPublishingFailed(ArtifactPublishingFailedException e)Log build cache publishing exception AND mark the corresponding cache publication as failed in an internal data structurevoidUserArtifactsProcessingLogger. logArtifactPublisherPublishingFailed(ArtifactPublishingFailedException e)Methods in jetbrains.buildServer.agent.impl.artifacts that throw ArtifactPublishingFailedException Modifier and Type Method Description voidArtifactsPublishingPrecondition. checkPrecondition(Map<File,String> files)voidMaximumNumberOfArtifactsPublishingPrecondition. checkPrecondition(Map<File,String> files)voidMaximumSizeArtifactsPublishingPrecondition. checkPrecondition(Map<File,String> files)voidMaxSizeInternalBuildCachePublishingPrecondition. checkPrecondition(Map<File,String> files) -
Uses of ArtifactPublishingFailedException in jetbrains.buildServer.agent.publisher
Methods in jetbrains.buildServer.agent.publisher that throw ArtifactPublishingFailedException Modifier and Type Method Description intArtifactsCachePublisherImpl. publishFiles(Map<File,String> filePathMap)intWebPublisher. publishFiles(Map<File,String> filePathMap)
-