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

public class CommandLogEntry
extends SimpleLogEntry


Constructor Summary
CommandLogEntry(String log)
           
 
Method Summary
 String getCssStyle()
           
 String getLog()
           
 
Methods inherited from class com.atlassian.bamboo.build.SimpleLogEntry
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(String log)
Method Detail

getLog

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

getCssStyle

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


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.