Class ArtifactsPublishingLoggerBase
- java.lang.Object
-
- jetbrains.buildServer.agent.impl.artifacts.ArtifactsPublishingLoggerBase
-
- All Implemented Interfaces:
ArtifactsProcessorLogger
- Direct Known Subclasses:
InternalArtifactsProcessingLogger,InternalBuildCacheArtifactsProcessingLogger,UserArtifactsProcessingLogger
public abstract class ArtifactsPublishingLoggerBase extends Object implements ArtifactsProcessorLogger
- Author:
- Eugene Petrenko (eugene.petrenko@gmail.com) Date: 06.05.11 14:57
-
-
Constructor Summary
Constructors Constructor Description ArtifactsPublishingLoggerBase()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jetbrains.buildServer.agent.impl.artifacts.ArtifactsProcessorLogger
getFlowLogger
-
-
-
-
Method Detail
-
getLOG
@NotNull protected abstract Logger getLOG()
-
logProcessStarted
public void logProcessStarted(@NotNull Collection<String> paths)Description copied from interface:ArtifactsProcessorLoggerentire artifacts publishing process started- Specified by:
logProcessStartedin interfaceArtifactsProcessorLogger
-
logProcessFinished
public void logProcessFinished()
Description copied from interface:ArtifactsProcessorLoggerentire artifacts publishing process finished- Specified by:
logProcessFinishedin interfaceArtifactsProcessorLogger
-
logCollectingFilesStarted
public void logCollectingFilesStarted(@NotNull Collection<String> paths)Description copied from interface:ArtifactsProcessorLoggerphase 1. collecting files started- Specified by:
logCollectingFilesStartedin interfaceArtifactsProcessorLogger
-
logCollectingFilesFinished
public void logCollectingFilesFinished(@NotNull Collection<ArtifactsCollection> toPublish)Description copied from interface:ArtifactsProcessorLoggerphase 1. collecting files finished- Specified by:
logCollectingFilesFinishedin interfaceArtifactsProcessorLogger
-
logProcessingFilesStarted
public void logProcessingFilesStarted(@NotNull Collection<ArtifactsCollection> toPublish)Description copied from interface:ArtifactsProcessorLoggerphase 2. processing found files (i.e. packing zips) started- Specified by:
logProcessingFilesStartedin interfaceArtifactsProcessorLogger
-
logProcessingFilesFinished
public void logProcessingFilesFinished(@NotNull Collection<ArtifactsCollection> toPublish)Description copied from interface:ArtifactsProcessorLoggerphase 2. processing found files (i.e. packing zips) finished- Specified by:
logProcessingFilesFinishedin interfaceArtifactsProcessorLogger
-
logArtifactNotFound
public void logArtifactNotFound(@NotNull String srcPath)Description copied from interface:ArtifactsProcessorLoggerArtifact processing error- Specified by:
logArtifactNotFoundin interfaceArtifactsProcessorLogger
-
logArtifactPublishingStarted
public void logArtifactPublishingStarted(@NotNull ArtifactsPublisher publisher, @NotNull ArtifactsCollection artifactsCollection)Description copied from interface:ArtifactsProcessorLoggerphase 3. sending files to server started- Specified by:
logArtifactPublishingStartedin interfaceArtifactsProcessorLogger
-
logArtifactPublishingFinished
public void logArtifactPublishingFinished(@NotNull ArtifactsCollection artifactsCollection)Description copied from interface:ArtifactsProcessorLoggerphase 3. sending files to server finished- Specified by:
logArtifactPublishingFinishedin interfaceArtifactsProcessorLogger
-
logArtifactPublishingInterrupted
public void logArtifactPublishingInterrupted(@NotNull ArtifactsCollection artifactsCollection)- Specified by:
logArtifactPublishingInterruptedin interfaceArtifactsProcessorLogger
-
logArtifactsPublisherPublished
public void logArtifactsPublisherPublished(@NotNull ArtifactsPublisher publisher, int totalPublished, @NotNull ArtifactsCollection artifactsCollection)Description copied from interface:ArtifactsProcessorLoggerphase 3.x. sending files to the server with artifact publisher finished- Specified by:
logArtifactsPublisherPublishedin interfaceArtifactsProcessorLogger
-
logArtifactPublisherPublishingFailed
public void logArtifactPublisherPublishingFailed(@NotNull ArtifactPublishingFailedException e)Description copied from interface:ArtifactsProcessorLoggerphase 3.x. sending files to the server with artifact publisher failed- Specified by:
logArtifactPublisherPublishingFailedin interfaceArtifactsProcessorLogger
-
getPublishingArtifactsMessage
@NotNull protected static String getPublishingArtifactsMessage(@NotNull ArtifactsPublisher publisher, @NotNull ArtifactsCollection artifactsCollection, boolean includeRule)
-
-