Package com.atlassian.bamboo.build
Class CommandLogEntry
java.lang.Object
com.atlassian.bamboo.build.SimpleLogEntry
com.atlassian.bamboo.build.CommandLogEntry
- All Implemented Interfaces:
LogEntry
,Serializable
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionCommandLogEntry
(@NotNull String log) CommandLogEntry
(@NotNull String log, @Nullable Date time) -
Method Summary
Modifier and TypeMethodDescriptioncloneAndMutate
(String newUnstyledLog) Return new instance of LogEntry with log string replaced.getLog()
Methods inherited from class com.atlassian.bamboo.build.SimpleLogEntry
getDate, getFormattedDate, getUnstyledLog, getUsFormattedDate, logTo, toString
-
Field Details
-
NEWLINE
- See Also:
-
HTML_NEWLINE
- See Also:
-
-
Constructor Details
-
CommandLogEntry
-
CommandLogEntry
-
-
Method Details
-
getLog
- Specified by:
getLog
in interfaceLogEntry
- Overrides:
getLog
in classSimpleLogEntry
-
getCssStyle
- Specified by:
getCssStyle
in interfaceLogEntry
- Overrides:
getCssStyle
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:
-