Uses of Class
com.atlassian.bamboo.build.logger.LoggerId
Packages that use LoggerId
Package
Description
-
Uses of LoggerId in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build with parameters of type LoggerIdModifier and TypeMethodDescription@NotNull FileWritingBuildLogger
ServerBuildLoggerManager.getFileWritingLogger
(@NotNull LoggerId<? extends Key> loggerId) Returns aBuildLogger
.<T extends Key>
@NotNull BuildLoggerWithoutLogAccessBuildLoggerManager.getLoggerWithoutLogAccess
(@NotNull LoggerId<T> loggerId) Returns aBuildLoggerWithoutLogAccess
for the givenLoggerId
<T extends Key>
voidBuildLoggerManager.removeLogger
(LoggerId<T> loggerId) Remove a logger if you are finished with it. -
Uses of LoggerId in com.atlassian.bamboo.build.logger
Methods in com.atlassian.bamboo.build.logger that return LoggerIdModifier and TypeMethodDescriptionMethods in com.atlassian.bamboo.build.logger with parameters of type LoggerIdModifier and TypeMethodDescription@NotNull FileWritingBuildLogger
DefaultBuildLoggerManager.getFileWritingLogger
(@NotNull LoggerId<? extends Key> loggerId) <T extends Key>
@NotNull BuildLoggerWithoutLogAccessDefaultBuildLoggerManager.getLoggerWithoutLogAccess
(@NotNull LoggerId<T> loggerId) <T extends Key>
voidDefaultBuildLoggerManager.removeLogger
(LoggerId<T> loggerId) Constructors in com.atlassian.bamboo.build.logger with parameters of type LoggerIdModifierConstructorDescriptionBuildLoggerImpl
(LoggerId<? extends Key> loggerId, @NotNull ExpiryTicker expiryTicker) -
Uses of LoggerId in com.atlassian.bamboo.testutils.build.logger
Methods in com.atlassian.bamboo.testutils.build.logger with parameters of type LoggerIdModifier and TypeMethodDescription<T extends Key>
@NotNull BuildLoggerWithoutLogAccessBuildLoggerManagerForTesting.getLoggerWithoutLogAccess
(@NotNull LoggerId<T> loggerId) void
BuildLoggerManagerForTesting.removeLogger
(LoggerId loggerId) -
Uses of LoggerId in com.atlassian.bamboo.v2.build.agent
Methods in com.atlassian.bamboo.v2.build.agent that return LoggerIdModifier and TypeMethodDescriptionLogMessageBatchConverter.readLoggerId
(javax.jms.BytesMessage jmsMessage) Methods in com.atlassian.bamboo.v2.build.agent with parameters of type LoggerIdModifier and TypeMethodDescriptionstatic AbstractAddLogEntry
LogMessageBatchConverter.readLogEntry
(LoggerId<? extends Key> loggerId, javax.jms.BytesMessage jmsMessage) -
Uses of LoggerId in com.atlassian.bamboo.v2.build.agent.messages
Methods in com.atlassian.bamboo.v2.build.agent.messages that return LoggerIdModifier and TypeMethodDescriptionLoggerId<? extends Serializable>
AbstractBuildLoggerMessage.getLoggerId()
LogMessageBatch.getLoggerId()
Constructors in com.atlassian.bamboo.v2.build.agent.messages with parameters of type LoggerIdModifierConstructorDescriptionprotected
AbstractAddLogEntry
(LoggerId<? extends Key> loggerId, boolean needToPersistOnTarget, boolean addedAfterLogSpoolClosed, LogEntry logEntry) protected
AbstractBuildLoggerMessage
(LoggerId<? extends Key> loggerId) AddBuildLogEntry
(LoggerId<? extends Key> loggerId, boolean needPersistingOnTarget, boolean addedAfterLogSpoolClosed, LogEntry logEntry) AddErrorLogEntry
(LoggerId<? extends Key> loggerId, boolean needPersistingOnTarget, boolean addedAfterLogSpoolClosed, LogEntry logEntry) -
Uses of LoggerId in com.atlassian.bamboo.v2.build.agent.remote
Methods in com.atlassian.bamboo.v2.build.agent.remote with parameters of type LoggerIdModifier and TypeMethodDescription<T extends Key>
@NotNull BuildLoggerWithoutLogAccessRemoteBuildLoggerManager.getLoggerWithoutLogAccess
(@NotNull LoggerId<T> loggerId) void
RemoteBuildLoggerManager.removeLogger
(LoggerId loggerId) Constructors in com.atlassian.bamboo.v2.build.agent.remote with parameters of type LoggerIdModifierConstructorDescriptionRemoteBuildLogger
(File logFile, LoggerId<? extends Key> loggerId, BambooAgentMessageSender sender, ExpiryTicker expiryTicker, BuildHangingConfig buildHangingConfig, boolean dcMode)