Package com.atlassian.bamboo.build
Class BuildOutputLogEntry
- java.lang.Object
-
- com.atlassian.bamboo.build.SimpleLogEntry
-
- com.atlassian.bamboo.build.BuildOutputLogEntry
-
- All Implemented Interfaces:
LogEntry,Serializable
public class BuildOutputLogEntry extends SimpleLogEntry
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BuildOutputLogEntry(@NotNull String log)BuildOutputLogEntry(@NotNull String log, @Nullable Date time)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogEntrycloneAndMutate(String newUnstyledLog)Return new instance of LogEntry with log string replaced.StringgetCssStyle()-
Methods inherited from class com.atlassian.bamboo.build.SimpleLogEntry
getDate, getFormattedDate, getLog, getUnstyledLog, getUsFormattedDate, logTo, toString
-
-
-
-
Method Detail
-
getCssStyle
public String getCssStyle()
- Specified by:
getCssStylein interfaceLogEntry- Overrides:
getCssStylein classSimpleLogEntry
-
cloneAndMutate
public LogEntry cloneAndMutate(String newUnstyledLog)
Description copied from interface:LogEntryReturn new instance of LogEntry with log string replaced.- Specified by:
cloneAndMutatein interfaceLogEntry- Overrides:
cloneAndMutatein classSimpleLogEntry- Returns:
-
-