com.atlassian.bamboo.build
Class ErrorLogEntry

java.lang.Object
  extended by com.atlassian.bamboo.build.SimpleLogEntry
      extended by com.atlassian.bamboo.build.ErrorLogEntry
All Implemented Interfaces:
LogEntry, java.io.Serializable

public class ErrorLogEntry
extends SimpleLogEntry

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.bamboo.build.SimpleLogEntry
DATE_FORMAT_STRING
 
Constructor Summary
ErrorLogEntry(java.lang.String log)
           
ErrorLogEntry(java.lang.String log, java.util.Date time)
           
 
Method Summary
 java.lang.String getCssStyle()
           
 void logTo(BuildLogger buildLogger)
           
 
Methods inherited from class com.atlassian.bamboo.build.SimpleLogEntry
getDate, getFormattedDate, getLog, getUnstyledLog, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorLogEntry

public ErrorLogEntry(java.lang.String log)

ErrorLogEntry

public ErrorLogEntry(java.lang.String log,
                     java.util.Date time)
Method Detail

getCssStyle

public java.lang.String getCssStyle()
Specified by:
getCssStyle in interface LogEntry
Overrides:
getCssStyle in class SimpleLogEntry

logTo

public void logTo(BuildLogger buildLogger)
Specified by:
logTo in interface LogEntry
Overrides:
logTo in class SimpleLogEntry


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.