Modifier and Type | Method and Description |
---|---|
void |
BuildLoggerManager.removeLogger(LoggerId loggerId)
Remove a logger if you are finished with it.
|
Modifier and Type | Method and Description |
---|---|
static LoggerId<Key> |
LoggerIds.get(Key key) |
static LoggerId<ResultKey> |
LoggerIds.get(ResultKey resultKey) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultBuildLoggerManager.removeLogger(LoggerId loggerId) |
Constructor and Description |
---|
BuildLoggerImpl(LoggerId loggerId,
ExpiryTicker expiryTicker) |
Modifier and Type | Method and Description |
---|---|
void |
BuildLoggerManagerForTesting.removeLogger(LoggerId loggerId) |
Modifier and Type | Method and Description |
---|---|
static LoggerId<? extends Key> |
LogMessageBatchConverter.readLoggerId(javax.jms.BytesMessage jmsMessage) |
Modifier and Type | Method and Description |
---|---|
LoggerId<? extends Key> |
LogMessageBatch.getLoggerId() |
LoggerId<? extends Serializable> |
AbstractBuildLoggerMessage.getLoggerId() |
Constructor and Description |
---|
AbstractAddLogEntry(LoggerId<? extends Key> loggerId,
LogEntry logEntry) |
AbstractBuildLoggerMessage(LoggerId<? extends Key> loggerId) |
AddBuildLogEntry(LoggerId<? extends Key> loggerId,
LogEntry logEntry) |
AddErrorLogEntry(LoggerId<? extends Key> loggerId,
LogEntry logEntry) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteBuildLoggerManager.removeLogger(LoggerId loggerId) |
Constructor and Description |
---|
RemoteBuildLogger(File logFile,
LoggerId<? extends Key> loggerId,
BambooAgentMessageSender sender,
ExpiryTicker expiryTicker) |
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.