com.atlassian.bamboo.build
Class CommandLogEntry

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

public class CommandLogEntry
extends SimpleLogEntry

See Also:
Serialized Form

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

Constructor Detail

CommandLogEntry

public CommandLogEntry(java.lang.String log)

CommandLogEntry

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

getLog

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

getCssStyle

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


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.