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 LogEntry
cloneAndMutate(String newUnstyledLog)
Return new instance of LogEntry with log string replaced.String
getCssStyle()
-
Methods inherited from class com.atlassian.bamboo.build.SimpleLogEntry
getDate, getFormattedDate, getLog, getUnstyledLog, getUsFormattedDate, logTo, toString
-
-
-
-
Method Detail
-
getCssStyle
public String getCssStyle()
- Specified by:
getCssStyle
in interfaceLogEntry
- Overrides:
getCssStyle
in classSimpleLogEntry
-
cloneAndMutate
public LogEntry cloneAndMutate(String newUnstyledLog)
Description copied from interface:LogEntry
Return new instance of LogEntry with log string replaced.- Specified by:
cloneAndMutate
in interfaceLogEntry
- Overrides:
cloneAndMutate
in classSimpleLogEntry
- Returns:
-
-