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
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCommandLogEntry(@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:
getLogin interfaceLogEntry- Overrides:
getLogin classSimpleLogEntry
-
getCssStyle
- Specified by:
getCssStylein interfaceLogEntry- Overrides:
getCssStylein classSimpleLogEntry
-
cloneAndMutate
Description copied from interface:LogEntryReturn new instance of LogEntry with log string replaced.- Specified by:
cloneAndMutatein interfaceLogEntry- Overrides:
cloneAndMutatein classSimpleLogEntry- Returns:
-