com.atlassian.bamboo.build
Interface LogEntry

All Known Implementing Classes:
BuildOutputLogEntry, CommandLogEntry, ErrorLogEntry, SimpleLogEntry

public interface LogEntry


Method Summary
 String getCssStyle()
           
 String getFormattedDate()
           
 String getLog()
           
 String getUnstyledLog()
           
 

Method Detail

getLog

String getLog()

getFormattedDate

String getFormattedDate()

getCssStyle

String getCssStyle()

getUnstyledLog

String getUnstyledLog()


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.