Uses of Class
com.atlassian.bamboo.build.logger.LoggerId

Packages that use LoggerId
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.logger   
com.atlassian.bamboo.builder   
com.atlassian.bamboo.v2.build.agent   
com.atlassian.bamboo.v2.build.agent.messages   
com.atlassian.bamboo.v2.build.agent.remote   
 

Uses of LoggerId in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build with parameters of type LoggerId
 void BuildLoggerManager.removeLogger(LoggerId loggerId)
          Remove a logger if you are finished with it.
 void DefaultBuildExecutionManager.removeLogger(LoggerId loggerId)
          Deprecated. since 5.0 use respective method from BuildLoggerManager
 

Uses of LoggerId in com.atlassian.bamboo.build.logger
 

Methods in com.atlassian.bamboo.build.logger that return LoggerId
static LoggerId<Key> LoggerIds.get(Key key)
           
static LoggerId<ResultKey> LoggerIds.get(ResultKey resultKey)
           
static LoggerId LoggerIds.get(java.lang.String planOrResultKey)
          Deprecated. 
 

Methods in com.atlassian.bamboo.build.logger with parameters of type LoggerId
 void DefaultBuildLoggerManager.removeLogger(LoggerId loggerId)
           
 

Constructors in com.atlassian.bamboo.build.logger with parameters of type LoggerId
BuildLogFileWriter(LoggerId loggerId, ExpiryTicker expiryTicker)
           
BuildLoggerImpl(LoggerId loggerId, ExpiryTicker expiryTicker)
           
 

Uses of LoggerId in com.atlassian.bamboo.builder
 

Methods in com.atlassian.bamboo.builder with parameters of type 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
static LoggerId LogMessageBatchConverter.readLoggerId(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
 LoggerId<? extends java.io.Serializable> LogMessageBatch.getLoggerId()
           
 LoggerId<? extends java.io.Serializable> AbstractBuildLoggerMessage.getLoggerId()
           
 

Constructors in com.atlassian.bamboo.v2.build.agent.messages with parameters of type LoggerId
AbstractAddLogEntry(LoggerId<? extends java.io.Serializable> loggerId, LogEntry logEntry)
           
AbstractBuildLoggerMessage(LoggerId<? extends java.io.Serializable> loggerId)
           
AddBuildLogEntry(LoggerId<? extends java.io.Serializable> loggerId, LogEntry logEntry)
           
AddErrorLogEntry(LoggerId<? extends java.io.Serializable> loggerId, LogEntry logEntry)
           
ClearBuildLog(LoggerId<? extends java.io.Serializable> loggerId)
           
StopStreamingBuildLogs(LoggerId<? extends java.io.Serializable> loggerId)
           
 

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
 void RemoteBuildLoggerManager.removeLogger(LoggerId loggerId)
           
 

Constructors in com.atlassian.bamboo.v2.build.agent.remote with parameters of type LoggerId
RemoteBuildLogger(LoggerId<? extends java.io.Serializable> loggerId, BambooAgentMessageSender sender)
           
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.