Package com.atlassian.bamboo.build
Class ErrorLogEntry
java.lang.Object
com.atlassian.bamboo.build.SimpleLogEntry
com.atlassian.bamboo.build.ErrorLogEntry
- All Implemented Interfaces:
LogEntry
,Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionErrorLogEntry
(@NotNull String log) ErrorLogEntry
(@NotNull String log, @Nullable Date time) -
Method Summary
Modifier and TypeMethodDescriptioncloneAndMutate
(String newUnstyledLog) Return new instance of LogEntry with log string replaced.void
logTo
(BuildLogger buildLogger) Methods inherited from class com.atlassian.bamboo.build.SimpleLogEntry
getDate, getFormattedDate, getLog, getUnstyledLog, getUsFormattedDate, toString
-
Constructor Details
-
ErrorLogEntry
-
ErrorLogEntry
-
-
Method Details
-
getCssStyle
- Specified by:
getCssStyle
in interfaceLogEntry
- Overrides:
getCssStyle
in classSimpleLogEntry
-
logTo
- Specified by:
logTo
in interfaceLogEntry
- Overrides:
logTo
in classSimpleLogEntry
-
cloneAndMutate
Description copied from interface:LogEntry
Return new instance of LogEntry with log string replaced.- Specified by:
cloneAndMutate
in interfaceLogEntry
- Overrides:
cloneAndMutate
in classSimpleLogEntry
- Returns:
-