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
ConstructorsConstructorDescriptionBuildOutputLogEntry(@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:
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:
-