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 LogEntrycloneAndMutate(String newUnstyledLog)Return new instance of LogEntry with log string replaced.@Nullable StringgetCssStyle()DategetDate()StringgetFormattedDate()StringgetLog()StringgetUnstyledLog()StringgetUsFormattedDate()voidlogTo(BuildLogger buildLogger)
-