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
- See Also:
-
Constructor Summary
ConstructorDescriptionBuildOutputLogEntry
(@NotNull String log) BuildOutputLogEntry
(@NotNull String log, @Nullable Date time) -
Method Summary
Modifier and TypeMethodDescriptioncloneAndMutate
(String newUnstyledLog) Return new instance of LogEntry with log string replaced.Methods inherited from class com.atlassian.bamboo.build.SimpleLogEntry
getDate, getFormattedDate, getLog, getUnstyledLog, getUsFormattedDate, logTo, toString
-
Constructor Details
-
BuildOutputLogEntry
-
BuildOutputLogEntry
-
-
Method Details
-
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:
-