Class UserArtifactsProcessingLogger
- java.lang.Object
-
- jetbrains.buildServer.agent.impl.artifacts.ArtifactsPublishingLoggerBase
-
- jetbrains.buildServer.agent.impl.artifacts.UserArtifactsProcessingLogger
-
- All Implemented Interfaces:
ArtifactsProcessorLogger
public class UserArtifactsProcessingLogger extends ArtifactsPublishingLoggerBase implements ArtifactsProcessorLogger
- Author:
- Eugene Petrenko (eugene.petrenko@gmail.com) Date: 06.05.11 14:21
-
-
Field Summary
Fields Modifier and Type Field Description static StringPUBLISHING_ARTIFACTS_BLOCK_NAME
-
Constructor Summary
Constructors Constructor Description UserArtifactsProcessingLogger(FlowLogger logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowLoggergetFlowLogger()protected LoggergetLOG()voidlogArtifactNotFound(String srcPath)Artifact processing errorvoidlogArtifactPublisherPublishingFailed(ArtifactPublishingFailedException e)phase 3.x.voidlogArtifactPublishingInterrupted(ArtifactsCollection artifactsCollection)voidlogArtifactPublishingStarted(ArtifactsPublisher publisher, ArtifactsCollection artifactsCollection)phase 3.voidlogCollectingFilesStarted(Collection<String> paths)phase 1.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, logArtifactPublishingFinished, logArtifactsPublisherPublished, logCollectingFilesFinished, 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
logArtifactPublishingFinished, logArtifactsPublisherPublished, logCollectingFilesFinished, logProcessingFilesFinished, logProcessingFilesStarted
-
-
-
-
Field Detail
-
PUBLISHING_ARTIFACTS_BLOCK_NAME
public static final String PUBLISHING_ARTIFACTS_BLOCK_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UserArtifactsProcessingLogger
public UserArtifactsProcessingLogger(@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
-
logCollectingFilesStarted
public void logCollectingFilesStarted(@NotNull Collection<String> paths)Description copied from interface:ArtifactsProcessorLoggerphase 1. collecting files started- Specified by:
logCollectingFilesStartedin interfaceArtifactsProcessorLogger- Overrides:
logCollectingFilesStartedin classArtifactsPublishingLoggerBase
-
logArtifactNotFound
public void logArtifactNotFound(@NotNull String srcPath)Description copied from interface:ArtifactsProcessorLoggerArtifact processing error- Specified by:
logArtifactNotFoundin interfaceArtifactsProcessorLogger- Overrides:
logArtifactNotFoundin 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
-
logArtifactPublishingInterrupted
public void logArtifactPublishingInterrupted(@NotNull ArtifactsCollection artifactsCollection)- Specified by:
logArtifactPublishingInterruptedin interfaceArtifactsProcessorLogger- Overrides:
logArtifactPublishingInterruptedin classArtifactsPublishingLoggerBase
-
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- Overrides:
logArtifactPublisherPublishingFailedin classArtifactsPublishingLoggerBase
-
getFlowLogger
public FlowLogger getFlowLogger()
- Specified by:
getFlowLoggerin interfaceArtifactsProcessorLogger
-
-