Uses of Interface
jetbrains.buildServer.agent.FlowLogger
-
-
Uses of FlowLogger in jetbrains.buildServer.agent
Classes in jetbrains.buildServer.agent that implement FlowLogger Modifier and Type Class Description class
BaseServerLoggerFacade
class
NullBuildProgressLogger
class
ServerLoggerFacade
Methods in jetbrains.buildServer.agent that return FlowLogger Modifier and Type Method Description static FlowLogger
LoggerFactory. createBuildProgressLogger(ClassLoader parent)
Deprecated.since 2017.2 we do not use XML-RPC based loggingFlowLogger
BaseServerLoggerFacade. getFlowLogger(String flowId)
FlowLogger
BuildProgressLogger. getFlowLogger(String flowId)
Returns logger for specified flow id, or creates new logger if there were no loggers for this flow id yet.FlowLogger
NullBuildProgressLogger. getFlowLogger(String flowId)
FlowLogger
BaseServerLoggerFacade. getThreadLogger()
FlowLogger
BuildProgressLogger. getThreadLogger()
Returns flow logger for current thread.FlowLogger
NullBuildProgressLogger. getThreadLogger()
Methods in jetbrains.buildServer.agent with parameters of type FlowLogger Modifier and Type Method Description int
DigestProducingArtifactsPublisher. publishFilesWithDigests(Map<File,String> filePathMap, FlowLogger logger, Consumer<ArtifactDigestInfo> digestConsumer)
Publishes files.int
MockDigestProducingArtifactPublisher. publishFilesWithDigests(Map<File,String> filePathMap, FlowLogger logger, Consumer<ArtifactDigestInfo> digestConsumer)
-
Uses of FlowLogger in jetbrains.buildServer.agent.ant
Classes in jetbrains.buildServer.agent.ant that implement FlowLogger Modifier and Type Class Description class
ServerLoggerFacade
Compatibility with server runtime issue. -
Uses of FlowLogger in jetbrains.buildServer.agent.impl.artifacts
Methods in jetbrains.buildServer.agent.impl.artifacts that return FlowLogger Modifier and Type Method Description FlowLogger
ArtifactsProcessorLogger. getFlowLogger()
FlowLogger
InternalArtifactsProcessingLogger. getFlowLogger()
FlowLogger
InternalBuildCacheArtifactsProcessingLogger. getFlowLogger()
FlowLogger
UserArtifactsProcessingLogger. getFlowLogger()
Constructors in jetbrains.buildServer.agent.impl.artifacts with parameters of type FlowLogger Constructor Description InternalArtifactsProcessingLogger(FlowLogger logger)
InternalBuildCacheArtifactsProcessingLogger(FlowLogger logger, String cacheName, BuildCacheHolder buildCacheHolder)
UserArtifactsProcessingLogger(FlowLogger logger)
-
Uses of FlowLogger in jetbrains.buildServer.agent.publisher
Methods in jetbrains.buildServer.agent.publisher with parameters of type FlowLogger Modifier and Type Method Description int
WebPublisher. publishFilesWithDigests(Map<File,String> filePathMap, FlowLogger logger, Consumer<ArtifactDigestInfo> digestConsumer)
-
Uses of FlowLogger in jetbrains.buildServer.agent.runner
Methods in jetbrains.buildServer.agent.runner that return FlowLogger Modifier and Type Method Description FlowLogger
CommandLineBuildService. getFlowLogger()
-