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 classBaseServerLoggerFacadeclassNullBuildProgressLoggerclassServerLoggerFacadeMethods in jetbrains.buildServer.agent that return FlowLogger Modifier and Type Method Description static FlowLoggerLoggerFactory. createBuildProgressLogger(ClassLoader parent)Deprecated.since 2017.2 we do not use XML-RPC based loggingFlowLoggerBaseServerLoggerFacade. getFlowLogger(String flowId)FlowLoggerBuildProgressLogger. getFlowLogger(String flowId)Returns logger for specified flow id, or creates new logger if there were no loggers for this flow id yet.FlowLoggerNullBuildProgressLogger. getFlowLogger(String flowId)FlowLoggerBaseServerLoggerFacade. getThreadLogger()FlowLoggerBuildProgressLogger. getThreadLogger()Returns flow logger for current thread.FlowLoggerNullBuildProgressLogger. getThreadLogger()Methods in jetbrains.buildServer.agent with parameters of type FlowLogger Modifier and Type Method Description intDigestProducingArtifactsPublisher. publishFilesWithDigests(Map<File,String> filePathMap, FlowLogger logger, Consumer<ArtifactDigestInfo> digestConsumer)Publishes files.intMockDigestProducingArtifactPublisher. 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 classServerLoggerFacadeCompatibility 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 FlowLoggerArtifactsProcessorLogger. getFlowLogger()FlowLoggerInternalArtifactsProcessingLogger. getFlowLogger()FlowLoggerInternalBuildCacheArtifactsProcessingLogger. getFlowLogger()FlowLoggerUserArtifactsProcessingLogger. 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 intWebPublisher. 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 FlowLoggerCommandLineBuildService. getFlowLogger()
-