Package com.atlassian.bamboo.build
Interface LogEntry
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BuildOutputLogEntry,CommandLogEntry,EmptyLogEntry,ErrorLogEntry,SimpleLogEntry
-
Method Summary
Modifier and TypeMethodDescriptioncloneAndMutate(String newUnstyledLog) Return new instance of LogEntry with log string replaced.@Nullable StringgetDate()getLog()voidlogTo(BuildLogger buildLogger)
-
Method Details
-
getLog
String getLog() -
getFormattedDate
String getFormattedDate() -
getUsFormattedDate
String getUsFormattedDate() -
getCssStyle
-
getUnstyledLog
String getUnstyledLog() -
getDate
Date getDate() -
logTo
-
cloneAndMutate
Return new instance of LogEntry with log string replaced.- Parameters:
newUnstyledLog-- Returns:
-