Class InternalArtifactsProcessingLogger
- java.lang.Object
-
- jetbrains.buildServer.agent.impl.artifacts.ArtifactsPublishingLoggerBase
-
- jetbrains.buildServer.agent.impl.artifacts.InternalArtifactsProcessingLogger
-
- All Implemented Interfaces:
ArtifactsProcessorLogger
public class InternalArtifactsProcessingLogger extends ArtifactsPublishingLoggerBase implements ArtifactsProcessorLogger
- Author:
- Eugene Petrenko (eugene.petrenko@gmail.com) Date: 06.05.11 14:48
-
-
Constructor Summary
Constructors Constructor Description InternalArtifactsProcessingLogger(FlowLogger logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowLoggergetFlowLogger()protected LoggergetLOG()voidlogArtifactNotFound(String srcPath)Artifact processing errorvoidlogArtifactPublishingStarted(ArtifactsPublisher publisher, ArtifactsCollection artifactsCollection)phase 3.voidlogProcessFinished()entire artifacts publishing process finishedvoidlogProcessStarted(Collection<String> paths)entire artifacts publishing process started-
Methods inherited from class jetbrains.buildServer.agent.impl.artifacts.ArtifactsPublishingLoggerBase
getPublishingArtifactsMessage, logArtifactPublisherPublishingFailed, logArtifactPublishingFinished, logArtifactPublishingInterrupted, logArtifactsPublisherPublished, logCollectingFilesFinished, logCollectingFilesStarted, logProcessingFilesFinished, logProcessingFilesStarted
-
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
logArtifactPublisherPublishingFailed, logArtifactPublishingFinished, logArtifactPublishingInterrupted, logArtifactsPublisherPublished, logCollectingFilesFinished, logCollectingFilesStarted, logProcessingFilesFinished, logProcessingFilesStarted
-
-
-
-
Constructor Detail
-
InternalArtifactsProcessingLogger
public InternalArtifactsProcessingLogger(@NotNull FlowLogger logger)
-
-
Method Detail
-
getLOG
@NotNull protected Logger getLOG()
- Specified by:
getLOGin classArtifactsPublishingLoggerBase
-
logProcessStarted
public void logProcessStarted(@NotNull Collection<String> paths)Description copied from interface:ArtifactsProcessorLoggerentire artifacts publishing process started- Specified by:
logProcessStartedin interfaceArtifactsProcessorLogger- Overrides:
logProcessStartedin classArtifactsPublishingLoggerBase
-
logProcessFinished
public void logProcessFinished()
Description copied from interface:ArtifactsProcessorLoggerentire artifacts publishing process finished- Specified by:
logProcessFinishedin interfaceArtifactsProcessorLogger- Overrides:
logProcessFinishedin classArtifactsPublishingLoggerBase
-
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- Overrides:
logArtifactPublishingStartedin classArtifactsPublishingLoggerBase
-
logArtifactNotFound
public void logArtifactNotFound(@NotNull String srcPath)Description copied from interface:ArtifactsProcessorLoggerArtifact processing error- Specified by:
logArtifactNotFoundin interfaceArtifactsProcessorLogger- Overrides:
logArtifactNotFoundin classArtifactsPublishingLoggerBase
-
getFlowLogger
public FlowLogger getFlowLogger()
- Specified by:
getFlowLoggerin interfaceArtifactsProcessorLogger
-
-