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
ConstructorsConstructorDescriptionErrorLogEntry(@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.voidlogTo(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:
getCssStylein interfaceLogEntry- Overrides:
getCssStylein classSimpleLogEntry
-
logTo
- Specified by:
logToin interfaceLogEntry- Overrides:
logToin classSimpleLogEntry
-
cloneAndMutate
Description copied from interface:LogEntryReturn new instance of LogEntry with log string replaced.- Specified by:
cloneAndMutatein interfaceLogEntry- Overrides:
cloneAndMutatein classSimpleLogEntry- Returns:
-