Interface | Description |
---|---|
TransactionalTask<T> |
Encapsulates a task that should be "transactional" in that the task can be undone at a later time given a specified
state.
|
Class | Description |
---|---|
AbstractLoggable | Deprecated |
AbstractTransactionalTask<T> |
Basic log-wrapping implementation of
TransactionalTask . |
LoggerWrapper |
Convenience methods for
Logger . |
PerformanceLogger | |
TaskChain<T> |
Executes a chain of
TransactionalTask objects in sequential order. |
Enum | Description |
---|---|
LoggerWrapper.LogLevel |
Copyright © 2007–2015 Atlassian. All rights reserved.