com.atlassian.bamboo.build
Class SimpleLogEntry
java.lang.Object
com.atlassian.bamboo.build.SimpleLogEntry
- All Implemented Interfaces:
- LogEntry
- Direct Known Subclasses:
- BuildOutputLogEntry, CommandLogEntry, ErrorLogEntry
public class SimpleLogEntry
- extends Object
- implements LogEntry
Simple POJO for representing build build events.
SimpleLogEntry
public SimpleLogEntry(String log)
SimpleLogEntry
public SimpleLogEntry(String log,
Date time)
getFormattedDate
public String getFormattedDate()
- Specified by:
getFormattedDate
in interface LogEntry
getLog
public String getLog()
- Specified by:
getLog
in interface LogEntry
getCssStyle
public String getCssStyle()
- Specified by:
getCssStyle
in interface LogEntry
getUnstyledLog
public String getUnstyledLog()
- Specified by:
getUnstyledLog
in interface LogEntry
toString
public String toString()
- Overrides:
toString
in class Object
setHtmlUtils
public void setHtmlUtils(HtmlUtils htmlUtils)
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.