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 FlowLogger
getFlowLogger()
protected Logger
getLOG()
void
logArtifactNotFound(String srcPath)
Artifact processing errorvoid
logArtifactPublishingStarted(ArtifactsPublisher publisher, ArtifactsCollection artifactsCollection)
phase 3.void
logProcessFinished()
entire artifacts publishing process finishedvoid
logProcessStarted(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:
getLOG
in classArtifactsPublishingLoggerBase
-
logProcessStarted
public void logProcessStarted(@NotNull Collection<String> paths)
Description copied from interface:ArtifactsProcessorLogger
entire artifacts publishing process started- Specified by:
logProcessStarted
in interfaceArtifactsProcessorLogger
- Overrides:
logProcessStarted
in classArtifactsPublishingLoggerBase
-
logProcessFinished
public void logProcessFinished()
Description copied from interface:ArtifactsProcessorLogger
entire artifacts publishing process finished- Specified by:
logProcessFinished
in interfaceArtifactsProcessorLogger
- Overrides:
logProcessFinished
in classArtifactsPublishingLoggerBase
-
logArtifactPublishingStarted
public void logArtifactPublishingStarted(@NotNull ArtifactsPublisher publisher, @NotNull ArtifactsCollection artifactsCollection)
Description copied from interface:ArtifactsProcessorLogger
phase 3. sending files to server started- Specified by:
logArtifactPublishingStarted
in interfaceArtifactsProcessorLogger
- Overrides:
logArtifactPublishingStarted
in classArtifactsPublishingLoggerBase
-
logArtifactNotFound
public void logArtifactNotFound(@NotNull String srcPath)
Description copied from interface:ArtifactsProcessorLogger
Artifact processing error- Specified by:
logArtifactNotFound
in interfaceArtifactsProcessorLogger
- Overrides:
logArtifactNotFound
in classArtifactsPublishingLoggerBase
-
getFlowLogger
public FlowLogger getFlowLogger()
- Specified by:
getFlowLogger
in interfaceArtifactsProcessorLogger
-
-