Uses of Class
com.atlassian.bamboo.build.logger.LoggerId
-
-
Uses of LoggerId in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build with parameters of type LoggerId Modifier and Type Method Description @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 LoggerId Modifier and Type Method Description static LoggerId<? extends Key>
LoggerIds. get(Key key)
static LoggerId<ResultKey>
LoggerIds. get(ResultKey resultKey)
Methods in com.atlassian.bamboo.build.logger with parameters of type LoggerId Modifier and Type Method Description @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 LoggerId Constructor Description BuildLoggerImpl(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 LoggerId Modifier and Type Method Description <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 LoggerId Modifier and Type Method Description static @Nullable LoggerId<? extends Key>
LogMessageBatchConverter. readLoggerId(javax.jms.BytesMessage jmsMessage)
Methods in com.atlassian.bamboo.v2.build.agent with parameters of type LoggerId Modifier and Type Method Description static 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 LoggerId Modifier and Type Method Description LoggerId<? extends Serializable>
AbstractBuildLoggerMessage. getLoggerId()
@Nullable LoggerId<? extends Key>
LogMessageBatch. getLoggerId()
Constructors in com.atlassian.bamboo.v2.build.agent.messages with parameters of type LoggerId Constructor Description AbstractAddLogEntry(LoggerId<? extends Key> loggerId, boolean needToPersistOnTarget, boolean addedAfterLogSpoolClosed, LogEntry logEntry)
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 LoggerId Modifier and Type Method Description <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 LoggerId Constructor Description RemoteBuildLogger(File logFile, LoggerId<? extends Key> loggerId, BambooAgentMessageSender sender, ExpiryTicker expiryTicker, BuildHangingConfig buildHangingConfig, boolean dcMode)
-