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
Fields -
Method Summary
Modifier and TypeMethodDescriptioncloneAndMutate(String newUnstyledLog) Return new instance of LogEntry with log string replaced.@Nullable StringgetDate()getLog()voidlogTo(BuildLogger buildLogger)
-
Field Details
-
INSTANCE
-
-
Method Details
-
getLog
-
getFormattedDate
- Specified by:
getFormattedDatein interfaceLogEntry
-
getUsFormattedDate
- Specified by:
getUsFormattedDatein interfaceLogEntry
-
getCssStyle
- Specified by:
getCssStylein interfaceLogEntry
-
getUnstyledLog
- Specified by:
getUnstyledLogin interfaceLogEntry
-
getDate
-
logTo
-
cloneAndMutate
Description copied from interface:LogEntryReturn new instance of LogEntry with log string replaced.- Specified by:
cloneAndMutatein interfaceLogEntry- Returns:
-