Uses of Interface
jetbrains.buildServer.agent.BuildProgressLogger
-
-
Uses of BuildProgressLogger in jetbrains.buildServer.agent
Subinterfaces of BuildProgressLogger in jetbrains.buildServer.agent Modifier and Type Interface Description interface
FlowLogger
Classes in jetbrains.buildServer.agent that implement BuildProgressLogger Modifier and Type Class Description class
BaseServerLoggerFacade
class
NullBuildProgressLogger
class
ServerLoggerFacade
Methods in jetbrains.buildServer.agent that return BuildProgressLogger Modifier and Type Method Description BuildProgressLogger
AgentBuildSettings. getBuildLogger()
Returns logger which can be used to log messages to the build log on server.BuildProgressLogger
BaseServerLoggerFacade. getTweakedLogger(BuildMessageTweaker tweaker)
Methods in jetbrains.buildServer.agent with parameters of type BuildProgressLogger Modifier and Type Method Description void
ArtifactsPreprocessor. setLogger(BuildProgressLogger logger)
Sets flow aware logger that allows to log messages in the same flow as corresponding jetbrains.buildServer.agent.ArtifactsPublisherConstructors in jetbrains.buildServer.agent with parameters of type BuildProgressLogger Constructor Description BuildDirectoryCleanerCallback(BuildProgressLogger logger, org.apache.log4j.Logger LOG)
Creates instance of callback -
Uses of BuildProgressLogger in jetbrains.buildServer.agent.ant
Classes in jetbrains.buildServer.agent.ant that implement BuildProgressLogger Modifier and Type Class Description class
ServerLoggerFacade
Compatibility with server runtime issue. -
Uses of BuildProgressLogger in jetbrains.buildServer.agent.impl
Fields in jetbrains.buildServer.agent.impl declared as BuildProgressLogger Modifier and Type Field Description protected BuildProgressLogger
BuildExceptionHandlerBase. myLogger
Methods in jetbrains.buildServer.agent.impl that return BuildProgressLogger Modifier and Type Method Description BuildProgressLogger
AgentBuildSettingsImpl. getBuildLogger()
BuildProgressLogger
AgentBuildSettingsProxy. getBuildLogger()
BuildProgressLogger
BuildAgentImpl. getLogger()
BuildProgressLogger
MessageTweakingSupport. getTweakedLogger(BuildMessageTweaker tweaker)
Methods in jetbrains.buildServer.agent.impl with parameters of type BuildProgressLogger Modifier and Type Method Description AgentRunningBuildEx
AgentRunningBuildFactory. createBuild(AgentBuild build, BuildProgressLogger logger)
AgentRunningBuildEx
AgentRunningBuildFactoryImpl. createBuild(AgentBuild build, BuildProgressLogger logger)
Constructors in jetbrains.buildServer.agent.impl with parameters of type BuildProgressLogger Constructor Description AgentBuildSettingsImpl(AgentBuild agentBuild, BuildAgentConfiguration configuration, BuildProgressLogger logger, BuildParametersMapsFactory mapsFactory, PasswordReplacer passwordReplacer)
BuildExceptionHandlerBase(AgentRunningBuildEx build, BuildProgressLogger logger)
BuildExceptionsHandler(BuildProgressLogger logger, AgentRunningBuildEx build)
ContextAgentRunningBuildFactory(AgentBuild agentBuild, AgentRunningBuildFactory factory, BuildProgressLogger logger)
RunnerExceptionHandler(AgentRunningBuildEx build, BuildProgressLogger logger)
TestOutputLoggerImpl(BuildProgressLogger logger)
-
Uses of BuildProgressLogger in jetbrains.buildServer.agent.impl.artifacts
Methods in jetbrains.buildServer.agent.impl.artifacts with parameters of type BuildProgressLogger Modifier and Type Method Description void
ArtifactProcessor. init(BuildProgressLogger logger, AgentLogProxy logProxy)
void
ArchivePreprocessor. setLogger(BuildProgressLogger logger)
Constructors in jetbrains.buildServer.agent.impl.artifacts with parameters of type BuildProgressLogger Constructor Description ArchivePreprocessor(BuildProgressLogger logger, File tempDir)
BatchArchivePreprocessor(BuildProgressLogger logger, File tempDir)
SevenZPreprocessor(BuildProgressLogger logger, File tempDir)
TarPreprocessor(BuildProgressLogger logger, File tempDir)
ZipPreprocessor(BuildProgressLogger logger, File tempDir, BiFunction<String,String,String> configParametersProvider)
-
Uses of BuildProgressLogger in jetbrains.buildServer.agent.impl.buildStages
Constructors in jetbrains.buildServer.agent.impl.buildStages with parameters of type BuildProgressLogger Constructor Description BuildStagesExecutor(BuildProgressLogger logger)
RunnerFinishStagesExecutor(BuildProgressLogger logger)
-
Uses of BuildProgressLogger in jetbrains.buildServer.agent.impl.buildStages.finishStages
Constructors in jetbrains.buildServer.agent.impl.buildStages.finishStages with parameters of type BuildProgressLogger Constructor Description FlushBuildLogFStage(BuildProgressLogger logger)
PublishArtifactsFStage(ArtifactsWatcherEx watcher, AgentRunningBuildEx build, BuildProgressLogger logger)
PublishBuildCacheFStage(ArtifactsWatcherEx watcher, AgentRunningBuildEx build, BuildProgressLogger logger, BuildCacheHolder buildCacheHolder)
-
Uses of BuildProgressLogger in jetbrains.buildServer.agent.impl.buildStages.runnerStages.finish
Constructors in jetbrains.buildServer.agent.impl.buildStages.runnerStages.finish with parameters of type BuildProgressLogger Constructor Description FlushBuildLogRunnerFStage(BuildProgressLogger logger)
-
Uses of BuildProgressLogger in jetbrains.buildServer.agent.impl.buildStages.startStages
Methods in jetbrains.buildServer.agent.impl.buildStages.startStages that return BuildProgressLogger Modifier and Type Method Description protected BuildProgressLogger
RecoverableBuildStage. getLogger()
-
Uses of BuildProgressLogger in jetbrains.buildServer.agent.impl.buildStages.startStages.steps
Constructors in jetbrains.buildServer.agent.impl.buildStages.startStages.steps with parameters of type BuildProgressLogger Constructor Description RunAllBuildStepsStage(RunnerContextFactory runnerContextFactory, AgentRunningBuildEx build, StepExecutionOraculum oraculum, BuildProgressLogger logger, StepsPhase phase)
RunnerStageLogger(BuildProgressLogger logger, RunnerStageInfo info, StepsPhase phase)
-
Uses of BuildProgressLogger in jetbrains.buildServer.agent.impl.cache
Constructors in jetbrains.buildServer.agent.impl.cache with parameters of type BuildProgressLogger Constructor Description BuildCacheManagerImpl(BuildAgentConfiguration config, DependencyResolver dependencyResolver, DependencyHttpHelper dependencyHttpHelper, BuildCacheHolder buildCacheHolder, ArtifactDependencyBuildCacheMapper buildCacheMapper, AgentRunningBuildEx build, BuildProgressLogger buildLogger)
-
Uses of BuildProgressLogger in jetbrains.buildServer.agent.impl.dataImport
Constructors in jetbrains.buildServer.agent.impl.dataImport with parameters of type BuildProgressLogger Constructor Description AsyncDataProcessingShutdownRunnable(AsyncDataProcessingTask asyncDataProcessingTask, BuildProgressLogger logger, String dataProcessorType)
-
Uses of BuildProgressLogger in jetbrains.buildServer.agent.impl.parameters.factory
Methods in jetbrains.buildServer.agent.impl.parameters.factory with parameters of type BuildProgressLogger Modifier and Type Method Description void
ParameterResolveIssue. attachToLog(BuildProgressLogger logger)
-
Uses of BuildProgressLogger in jetbrains.buildServer.agent.impl.patch
Methods in jetbrains.buildServer.agent.impl.patch with parameters of type BuildProgressLogger Modifier and Type Method Description void
PatchStreamDownloader. downloadPatch(BuildProgressLogger myLogger, boolean personalChangesPatch, File result, InputStream input)
-
Uses of BuildProgressLogger in jetbrains.buildServer.agent.impl.remoteDebug
Constructors in jetbrains.buildServer.agent.impl.remoteDebug with parameters of type BuildProgressLogger Constructor Description RemoteDebugPersonalChangesHandlerImpl(BuildAgent buildAgent, AgentRunningBuildEx agentRunningBuild, RemoteDebugPersonalPatchDownloaderFactory personalPatchDownloaderFactory, PatchApplier patchApplier, PatcherFactory patcherFactory, BuildProgressLogger buildProgressLogger)
-
Uses of BuildProgressLogger in jetbrains.buildServer.agent.impl.runContext
Methods in jetbrains.buildServer.agent.impl.runContext with parameters of type BuildProgressLogger Modifier and Type Method Description RunningBuildContext
RunningBuildContextFactory. createContext(AgentBuild build, BuildProgressLogger buildProgressLogger, BuildRunAgentStateImpl state)
-
Uses of BuildProgressLogger in jetbrains.buildServer.agent.impl.statistics
Constructors in jetbrains.buildServer.agent.impl.statistics with parameters of type BuildProgressLogger Constructor Description BuildStageStatisticsReporter(BuildProgressLogger logger, EventDispatcher<AgentLifeCycleListener> dispatcher, DependencyResolver dependencyResolver, FreeSpaceStatisticsCollector freeSpaceStatisticsCollector)
-
Uses of BuildProgressLogger in jetbrains.buildServer.agent.runner
Methods in jetbrains.buildServer.agent.runner that return BuildProgressLogger Modifier and Type Method Description BuildProgressLogger
BuildProgressLoggerAware. getLogger()
BuildProgressLogger
CommandLineBuildService. getLogger()
Constructors in jetbrains.buildServer.agent.runner with parameters of type BuildProgressLogger Constructor Description LoggingProcessListener(BuildProgressLogger buildLogger)
LogLastLinesProcessListener(String runnerName, BuildProgressLogger buildLogger, int maxSize)
-
Uses of BuildProgressLogger in jetbrains.buildServer.agent.runner2
Constructors in jetbrains.buildServer.agent.runner2 with parameters of type BuildProgressLogger Constructor Description OsProcessHandlerListener(String actualCommandLine, String workingFolder, EventDispatcher<ProcessListener> listeners, BuildProgressLogger buildLogger)
-
Uses of BuildProgressLogger in jetbrains.buildServer.agent.vcs
Methods in jetbrains.buildServer.agent.vcs with parameters of type BuildProgressLogger Modifier and Type Method Description IncludeRuleUpdater
UpdateByIncludeRules. getUpdater(VcsRoot root, CheckoutRules checkoutRules, String toVersion, File checkoutDirectory, BuildProgressLogger logger)
Deprecated.Factory method that is used to create checkout-by-include rule implementation that will be called for each include rule from CheckoutRules.void
CheckoutOnAgentVcsSupport. updateSources(BuildProgressLogger logger, File workingDirectory, VcsRoot root, String newVersion, IncludeRule includeRule)
Deprecated.Called to update sources in the specified working directory.void
UpdateByCheckoutRules. updateSources(VcsRoot root, CheckoutRules rules, String toVersion, File destFolder, BuildProgressLogger logger)
Deprecated.Called to update sources in the specified working directory. -
Uses of BuildProgressLogger in jetbrains.buildServer.messages
Constructors in jetbrains.buildServer.messages with parameters of type BuildProgressLogger Constructor Description DefaultJUnitLogger(BuildProgressLogger progressLogger)
-