Package com.atlassian.bamboo.build
Class EmptyLogEntry
java.lang.Object
com.atlassian.bamboo.build.EmptyLogEntry
- All Implemented Interfaces:
LogEntry
,Serializable
Empty log, used a replacement for suppressed logs. It's not supposed to be written to any output but allows to keep @NotNull contracts.
- Since:
- 10.0
- See Also:
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptioncloneAndMutate
(String newUnstyledLog) Return new instance of LogEntry with log string replaced.@Nullable String
getDate()
getLog()
void
logTo
(BuildLogger buildLogger)
-
Field Details
-
INSTANCE
-
-
Method Details
-
getLog
-
getFormattedDate
- Specified by:
getFormattedDate
in interfaceLogEntry
-
getUsFormattedDate
- Specified by:
getUsFormattedDate
in interfaceLogEntry
-
getCssStyle
- Specified by:
getCssStyle
in interfaceLogEntry
-
getUnstyledLog
- Specified by:
getUnstyledLog
in interfaceLogEntry
-
getDate
-
logTo
-
cloneAndMutate
Description copied from interface:LogEntry
Return new instance of LogEntry with log string replaced.- Specified by:
cloneAndMutate
in interfaceLogEntry
- Returns:
-