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
static java.lang.String NEWLINE
           
 
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, getHtmlUtils, getUnstyledLog, setHtmlUtils, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NEWLINE

public static final java.lang.String NEWLINE
See Also:
Constant Field Values
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 © 2010 Atlassian. All Rights Reserved.