Package com.atlassian.bamboo.build
Interface LogEntry
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BuildOutputLogEntry
,CommandLogEntry
,ErrorLogEntry
,SimpleLogEntry
public interface LogEntry extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogEntry
cloneAndMutate(String newUnstyledLog)
Return new instance of LogEntry with log string replaced.@Nullable String
getCssStyle()
Date
getDate()
String
getFormattedDate()
String
getLog()
String
getUnstyledLog()
String
getUsFormattedDate()
void
logTo(BuildLogger buildLogger)
-